MNN  1.0
MNN::CV::Matrix 成员列表

成员的完整列表,这些成员属于 MNN::CV::Matrix,包括所有继承而来的类成员

asAffine(float affine[6]) constMNN::CV::Matrix
cheapEqualTo(const Matrix &m) constMNN::CV::Matrixinline
Concat(const Matrix &a, const Matrix &b)MNN::CV::Matrixinlinestatic
dirtyMatrixTypeCache()MNN::CV::Matrixinline
dump() constMNN::CV::Matrix
get(int index) constMNN::CV::Matrixinline
get9(float buffer[9]) constMNN::CV::Matrixinline
getMaxScale() constMNN::CV::Matrix
getMinMaxScales(float scaleFactors[2]) constMNN::CV::Matrix
getMinScale() constMNN::CV::Matrix
getPerspX() constMNN::CV::Matrixinline
getPerspY() constMNN::CV::Matrixinline
getScaleX() constMNN::CV::Matrixinline
getScaleY() constMNN::CV::Matrixinline
getSkewX() constMNN::CV::Matrixinline
getSkewY() constMNN::CV::Matrixinline
getTranslateX() constMNN::CV::Matrixinline
getTranslateY() constMNN::CV::Matrixinline
getType() constMNN::CV::Matrixinline
I()MNN::CV::Matrixstatic
InvalidMatrix()MNN::CV::Matrixstatic
invert(Matrix *inverse) constMNN::CV::Matrixinline
isIdentity() constMNN::CV::Matrixinline
isScaleTranslate() constMNN::CV::Matrixinline
isTranslate() constMNN::CV::Matrixinline
kAffine_Mask 枚举值MNN::CV::Matrix
kAScaleXMNN::CV::Matrixstatic
kAScaleYMNN::CV::Matrixstatic
kASkewXMNN::CV::Matrixstatic
kASkewYMNN::CV::Matrixstatic
kATransXMNN::CV::Matrixstatic
kATransYMNN::CV::Matrixstatic
kCenter_ScaleToFit 枚举值MNN::CV::Matrix
kEnd_ScaleToFit 枚举值MNN::CV::Matrix
kFill_ScaleToFit 枚举值MNN::CV::Matrix
kIdentity_Mask 枚举值MNN::CV::Matrix
kMPersp0MNN::CV::Matrixstatic
kMPersp1MNN::CV::Matrixstatic
kMPersp2MNN::CV::Matrixstatic
kMScaleXMNN::CV::Matrixstatic
kMScaleYMNN::CV::Matrixstatic
kMSkewXMNN::CV::Matrixstatic
kMSkewYMNN::CV::Matrixstatic
kMTransXMNN::CV::Matrixstatic
kMTransYMNN::CV::Matrixstatic
kPerspective_Mask 枚举值MNN::CV::Matrix
kScale_Mask 枚举值MNN::CV::Matrix
kStart_ScaleToFit 枚举值MNN::CV::Matrix
kTranslate_Mask 枚举值MNN::CV::Matrix
MakeAll(float scaleX, float skewX, float transX, float skewY, float scaleY, float transY, float pers0, float pers1, float pers2)MNN::CV::Matrixinlinestatic
MakeRectToRect(const Rect &src, const Rect &dst, ScaleToFit stf)MNN::CV::Matrixinlinestatic
MakeScale(float sx, float sy)MNN::CV::Matrixinlinestatic
MakeScale(float scale)MNN::CV::Matrixinlinestatic
MakeTrans(float dx, float dy)MNN::CV::Matrixinlinestatic
mapPoints(Point dst[], const Point src[], int count) constMNN::CV::Matrixinline
mapPoints(Point pts[], int count) constMNN::CV::Matrixinline
mapRect(Rect *dst, const Rect &src) constMNN::CV::Matrix
mapRect(Rect *rect) constMNN::CV::Matrixinline
mapRect(const Rect &src) constMNN::CV::Matrixinline
mapRectScaleTranslate(Rect *dst, const Rect &src) constMNN::CV::Matrix
mapXY(float x, float y, Point *result) constMNN::CV::Matrixinline
mapXY(float x, float y) constMNN::CV::Matrixinline
Matrix()MNN::CV::Matrixinline
operator!=(const Matrix &a, const Matrix &b)MNN::CV::Matrixfriend
operator==(const Matrix &a, const Matrix &b)MNN::CV::Matrixfriend
operator[](int index) constMNN::CV::Matrixinline
operator[](int index)MNN::CV::Matrixinline
postConcat(const Matrix &other)MNN::CV::Matrix
postIDiv(int divx, int divy)MNN::CV::Matrix
postRotate(float degrees, float px, float py)MNN::CV::Matrix
postRotate(float degrees)MNN::CV::Matrix
postScale(float sx, float sy, float px, float py)MNN::CV::Matrix
postScale(float sx, float sy)MNN::CV::Matrix
postSkew(float kx, float ky, float px, float py)MNN::CV::Matrix
postSkew(float kx, float ky)MNN::CV::Matrix
postTranslate(float dx, float dy)MNN::CV::Matrix
preConcat(const Matrix &other)MNN::CV::Matrix
preRotate(float degrees, float px, float py)MNN::CV::Matrix
preRotate(float degrees)MNN::CV::Matrix
preScale(float sx, float sy, float px, float py)MNN::CV::Matrix
preScale(float sx, float sy)MNN::CV::Matrix
preservesAxisAlignment() constMNN::CV::Matrixinline
preSkew(float kx, float ky, float px, float py)MNN::CV::Matrix
preSkew(float kx, float ky)MNN::CV::Matrix
preTranslate(float dx, float dy)MNN::CV::Matrix
rectStaysRect() constMNN::CV::Matrixinline
reset()MNN::CV::Matrix
ScaleToFit 枚举名称MNN::CV::Matrix
set(int index, float value)MNN::CV::Matrixinline
set9(const float buffer[9])MNN::CV::Matrix
setAffine(const float affine[6])MNN::CV::Matrix
SetAffineIdentity(float affine[6])MNN::CV::Matrixstatic
setAll(float scaleX, float skewX, float transX, float skewY, float scaleY, float transY, float persp0, float persp1, float persp2)MNN::CV::Matrixinline
setConcat(const Matrix &a, const Matrix &b)MNN::CV::Matrix
setIdentity()MNN::CV::Matrixinline
setPerspX(float v)MNN::CV::Matrixinline
setPerspY(float v)MNN::CV::Matrixinline
setPolyToPoly(const Point src[], const Point dst[], int count)MNN::CV::Matrix
setRectToRect(const Rect &src, const Rect &dst, ScaleToFit stf)MNN::CV::Matrix
setRotate(float degrees, float px, float py)MNN::CV::Matrix
setRotate(float degrees)MNN::CV::Matrix
setScale(float sx, float sy, float px, float py)MNN::CV::Matrix
setScale(float sx, float sy)MNN::CV::Matrix
setScaleTranslate(float sx, float sy, float tx, float ty)MNN::CV::Matrixinline
setScaleX(float v)MNN::CV::Matrixinline
setScaleY(float v)MNN::CV::Matrixinline
setSinCos(float sinValue, float cosValue, float px, float py)MNN::CV::Matrix
setSinCos(float sinValue, float cosValue)MNN::CV::Matrix
setSkew(float kx, float ky, float px, float py)MNN::CV::Matrix
setSkew(float kx, float ky)MNN::CV::Matrix
setSkewX(float v)MNN::CV::Matrixinline
setSkewY(float v)MNN::CV::Matrixinline
setTranslate(float dx, float dy)MNN::CV::Matrix
setTranslateX(float v)MNN::CV::Matrixinline
setTranslateY(float v)MNN::CV::Matrixinline
TypeMask 枚举名称MNN::CV::Matrix