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

Method setInt

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

Source from the content-addressed store, hash-verified

253
254
255void Algorithm::setInt(const string& parameter, int value)
256{
257 info()->set(this, parameter.c_str(), ParamType<int>::type, &value);
258}
259
260void Algorithm::setDouble(const string& parameter, double value)
261{

Callers

nothing calls this directly

Calls 3

infoFunction · 0.85
setMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected