MCPcopy Create free account
hub / github.com/alibaba/MNN / postTranslate

Method postTranslate

source/cv/Matrix_CV.cpp:147–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147void Matrix::postTranslate(float dx, float dy) {
148 Matrix m;
149 m.setTranslate(dx, dy);
150 this->postConcat(m);
151}
152
153///////////////////////////////////////////////////////////////////////////////
154

Callers 3

resizeFunction · 0.80
funcToColorResizeFunction · 0.80
_PyMNNCVMatrix_TranslateFunction · 0.80

Calls 2

postConcatMethod · 0.95
setTranslateMethod · 0.80

Tested by 1

funcToColorResizeFunction · 0.64