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

Method setAlgorithm

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

Source from the content-addressed store, hash-verified

283}
284
285void Algorithm::setAlgorithm(const string& parameter, const Ptr<Algorithm>& value)
286{
287 info()->set(this, parameter.c_str(), ParamType<Algorithm>::type, &value);
288}
289
290void Algorithm::setInt(const char* parameter, int value)
291{

Callers

nothing calls this directly

Calls 3

infoFunction · 0.85
setMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected