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

Method set

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

Source from the content-addressed store, hash-verified

182}
183
184void Algorithm::set(const string& parameter, int value)
185{
186 info()->set(this, parameter.c_str(), ParamType<int>::type, &value);
187}
188
189void Algorithm::set(const string& parameter, double value)
190{

Callers 8

setIntMethod · 0.45
setDoubleMethod · 0.45
setBoolMethod · 0.45
setStringMethod · 0.45
setMatMethod · 0.45
setMatVectorMethod · 0.45
setAlgorithmMethod · 0.45
readMethod · 0.45

Calls 5

infoFunction · 0.85
findstrFunction · 0.85
c_strMethod · 0.45
nameMethod · 0.45

Tested by

no test coverage detected