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

Method setDouble

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

Source from the content-addressed store, hash-verified

258}
259
260void Algorithm::setDouble(const string& parameter, double value)
261{
262 info()->set(this, parameter.c_str(), ParamType<double>::type, &value);
263}
264
265void Algorithm::setBool(const string& parameter, bool value)
266{

Callers

nothing calls this directly

Calls 3

infoFunction · 0.85
setMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected