asAffine(float affine[6]) const | MNN::CV::Matrix | |
cheapEqualTo(const Matrix &m) const | MNN::CV::Matrix | inline |
Concat(const Matrix &a, const Matrix &b) | MNN::CV::Matrix | inlinestatic |
dirtyMatrixTypeCache() | MNN::CV::Matrix | inline |
dump() const | MNN::CV::Matrix | |
get(int index) const | MNN::CV::Matrix | inline |
get9(float buffer[9]) const | MNN::CV::Matrix | inline |
getMaxScale() const | MNN::CV::Matrix | |
getMinMaxScales(float scaleFactors[2]) const | MNN::CV::Matrix | |
getMinScale() const | MNN::CV::Matrix | |
getPerspX() const | MNN::CV::Matrix | inline |
getPerspY() const | MNN::CV::Matrix | inline |
getScaleX() const | MNN::CV::Matrix | inline |
getScaleY() const | MNN::CV::Matrix | inline |
getSkewX() const | MNN::CV::Matrix | inline |
getSkewY() const | MNN::CV::Matrix | inline |
getTranslateX() const | MNN::CV::Matrix | inline |
getTranslateY() const | MNN::CV::Matrix | inline |
getType() const | MNN::CV::Matrix | inline |
I() | MNN::CV::Matrix | static |
InvalidMatrix() | MNN::CV::Matrix | static |
invert(Matrix *inverse) const | MNN::CV::Matrix | inline |
isIdentity() const | MNN::CV::Matrix | inline |
isScaleTranslate() const | MNN::CV::Matrix | inline |
isTranslate() const | MNN::CV::Matrix | inline |
kAffine_Mask 枚举值 | MNN::CV::Matrix | |
kAScaleX | MNN::CV::Matrix | static |
kAScaleY | MNN::CV::Matrix | static |
kASkewX | MNN::CV::Matrix | static |
kASkewY | MNN::CV::Matrix | static |
kATransX | MNN::CV::Matrix | static |
kATransY | MNN::CV::Matrix | static |
kCenter_ScaleToFit 枚举值 | MNN::CV::Matrix | |
kEnd_ScaleToFit 枚举值 | MNN::CV::Matrix | |
kFill_ScaleToFit 枚举值 | MNN::CV::Matrix | |
kIdentity_Mask 枚举值 | MNN::CV::Matrix | |
kMPersp0 | MNN::CV::Matrix | static |
kMPersp1 | MNN::CV::Matrix | static |
kMPersp2 | MNN::CV::Matrix | static |
kMScaleX | MNN::CV::Matrix | static |
kMScaleY | MNN::CV::Matrix | static |
kMSkewX | MNN::CV::Matrix | static |
kMSkewY | MNN::CV::Matrix | static |
kMTransX | MNN::CV::Matrix | static |
kMTransY | MNN::CV::Matrix | static |
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::Matrix | inlinestatic |
MakeRectToRect(const Rect &src, const Rect &dst, ScaleToFit stf) | MNN::CV::Matrix | inlinestatic |
MakeScale(float sx, float sy) | MNN::CV::Matrix | inlinestatic |
MakeScale(float scale) | MNN::CV::Matrix | inlinestatic |
MakeTrans(float dx, float dy) | MNN::CV::Matrix | inlinestatic |
mapPoints(Point dst[], const Point src[], int count) const | MNN::CV::Matrix | inline |
mapPoints(Point pts[], int count) const | MNN::CV::Matrix | inline |
mapRect(Rect *dst, const Rect &src) const | MNN::CV::Matrix | |
mapRect(Rect *rect) const | MNN::CV::Matrix | inline |
mapRect(const Rect &src) const | MNN::CV::Matrix | inline |
mapRectScaleTranslate(Rect *dst, const Rect &src) const | MNN::CV::Matrix | |
mapXY(float x, float y, Point *result) const | MNN::CV::Matrix | inline |
mapXY(float x, float y) const | MNN::CV::Matrix | inline |
Matrix() | MNN::CV::Matrix | inline |
operator!=(const Matrix &a, const Matrix &b) | MNN::CV::Matrix | friend |
operator==(const Matrix &a, const Matrix &b) | MNN::CV::Matrix | friend |
operator[](int index) const | MNN::CV::Matrix | inline |
operator[](int index) | MNN::CV::Matrix | inline |
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() const | MNN::CV::Matrix | inline |
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() const | MNN::CV::Matrix | inline |
reset() | MNN::CV::Matrix | |
ScaleToFit 枚举名称 | MNN::CV::Matrix | |
set(int index, float value) | MNN::CV::Matrix | inline |
set9(const float buffer[9]) | MNN::CV::Matrix | |
setAffine(const float affine[6]) | MNN::CV::Matrix | |
SetAffineIdentity(float affine[6]) | MNN::CV::Matrix | static |
setAll(float scaleX, float skewX, float transX, float skewY, float scaleY, float transY, float persp0, float persp1, float persp2) | MNN::CV::Matrix | inline |
setConcat(const Matrix &a, const Matrix &b) | MNN::CV::Matrix | |
setIdentity() | MNN::CV::Matrix | inline |
setPerspX(float v) | MNN::CV::Matrix | inline |
setPerspY(float v) | MNN::CV::Matrix | inline |
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::Matrix | inline |
setScaleX(float v) | MNN::CV::Matrix | inline |
setScaleY(float v) | MNN::CV::Matrix | inline |
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::Matrix | inline |
setSkewY(float v) | MNN::CV::Matrix | inline |
setTranslate(float dx, float dy) | MNN::CV::Matrix | |
setTranslateX(float v) | MNN::CV::Matrix | inline |
setTranslateY(float v) | MNN::CV::Matrix | inline |
TypeMask 枚举名称 | MNN::CV::Matrix | |