Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
147
void Matrix::postTranslate(float dx, float dy) {
148
Matrix m;
149
m.setTranslate(dx, dy);
150
this->postConcat(m);
151
}
152
153
///////////////////////////////////////////////////////////////////////////////
154
Callers
3
resize
Function · 0.80
funcToColorResize
Function · 0.80
_PyMNNCVMatrix_Translate
Function · 0.80
Calls
2
postConcat
Method · 0.95
setTranslate
Method · 0.80
Tested by
1
funcToColorResize
Function · 0.64