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

Method setString

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

Source from the content-addressed store, hash-verified

268}
269
270void Algorithm::setString(const string& parameter, const string& value)
271{
272 info()->set(this, parameter.c_str(), ParamType<string>::type, &value);
273}
274
275void Algorithm::setMat(const string& parameter, const Mat& value)
276{

Callers

nothing calls this directly

Calls 3

infoFunction · 0.85
setMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected