MCPcopy Create free account
hub / github.com/creatale/node-dv / setMat

Method setMat

deps/opencv/modules/core/src/algorithm.cpp:275–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275void Algorithm::setMat(const string& parameter, const Mat& value)
276{
277 info()->set(this, parameter.c_str(), ParamType<Mat>::type, &value);
278}
279
280void Algorithm::setMatVector(const string& parameter, const vector<Mat>& value)
281{

Callers

nothing calls this directly

Calls 3

infoFunction · 0.85
setMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected