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

Method ImageProcess

source/cv/ImageProcess.cpp:49–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 delete mInside;
48}
49ImageProcess::ImageProcess(const Config& config) {
50 mInside = new Inside;
51 mInside->config = config;
52 registerBackend();
53 auto coreFunctions = MNNGetCoreFunctions();
54 mInside->proc.reset(new ImageProcessUtils(config, coreFunctions));
55}
56
57ImageProcess* ImageProcess::create(const Config& config, const Tensor* dstTensor) {
58 // TODO Get dstTensor' backend

Callers

nothing calls this directly

Calls 3

registerBackendFunction · 0.85
MNNGetCoreFunctionsFunction · 0.85
resetMethod · 0.45

Tested by

no test coverage detected