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

Method setMatVector

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

Source from the content-addressed store, hash-verified

278}
279
280void Algorithm::setMatVector(const string& parameter, const vector<Mat>& value)
281{
282 info()->set(this, parameter.c_str(), ParamType<vector<Mat> >::type, &value);
283}
284
285void Algorithm::setAlgorithm(const string& parameter, const Ptr<Algorithm>& value)
286{

Callers

nothing calls this directly

Calls 3

infoFunction · 0.85
setMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected