Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/MNN
/ postRotate
Method
postRotate
source/cv/Matrix_CV.cpp:319–323 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
317
}
318
319
void Matrix::postRotate(float degrees, float px, float py) {
320
Matrix m;
321
m.setRotate(degrees, px, py);
322
this->postConcat(m);
323
}
324
325
void Matrix::postRotate(float degrees) {
326
Matrix m;
Callers
14
run
Method · 0.95
onPreviewFrame
Method · 0.95
main
Function · 0.80
compressImageFile
Method · 0.80
run
Method · 0.80
run
Method · 0.80
run
Method · 0.80
run
Method · 0.80
run
Method · 0.80
run
Method · 0.80
run
Method · 0.80
run
Method · 0.80
Calls
2
postConcat
Method · 0.95
setRotate
Method · 0.80
Tested by
9
main
Function · 0.64
run
Method · 0.64
run
Method · 0.64
run
Method · 0.64
run
Method · 0.64
run
Method · 0.64
run
Method · 0.64
run
Method · 0.64
run
Method · 0.64