MCPcopy 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
319void Matrix::postRotate(float degrees, float px, float py) {
320 Matrix m;
321 m.setRotate(degrees, px, py);
322 this->postConcat(m);
323}
324
325void Matrix::postRotate(float degrees) {
326 Matrix m;

Callers 14

runMethod · 0.95
onPreviewFrameMethod · 0.95
mainFunction · 0.80
compressImageFileMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80

Calls 2

postConcatMethod · 0.95
setRotateMethod · 0.80

Tested by 9

mainFunction · 0.64
runMethod · 0.64
runMethod · 0.64
runMethod · 0.64
runMethod · 0.64
runMethod · 0.64
runMethod · 0.64
runMethod · 0.64
runMethod · 0.64