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

Method setMatrix

source/backend/cpu/CPUImageProcess.hpp:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 }
30 }
31 void setMatrix(CV::Matrix m) {
32 transform = m;
33 transform.invert(&transformInvert);
34 mImgProc->setMatrix(m);
35 }
36 void setPadVal(uint8_t val) {
37 paddingValue = val;
38 mImgProc->setPadding(val);

Callers

nothing calls this directly

Calls 1

invertMethod · 0.45

Tested by

no test coverage detected