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

Method setBool

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

Source from the content-addressed store, hash-verified

263}
264
265void Algorithm::setBool(const string& parameter, bool value)
266{
267 info()->set(this, parameter.c_str(), ParamType<bool>::type, &value);
268}
269
270void Algorithm::setString(const string& parameter, const string& value)
271{

Callers

nothing calls this directly

Calls 3

infoFunction · 0.85
setMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected