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

Method addParam

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

Source from the content-addressed store, hash-verified

1151
1152
1153void AlgorithmInfo::addParam(Algorithm& algo, const char* parameter,
1154 int& value, bool readOnly,
1155 int (Algorithm::*getter)(),
1156 void (Algorithm::*setter)(int),
1157 const string& help)
1158{
1159 addParam_(algo, parameter, ParamType<int>::type, &value, readOnly,
1160 (Algorithm::Getter)getter, (Algorithm::Setter)setter, help);
1161}
1162
1163void AlgorithmInfo::addParam(Algorithm& algo, const char* parameter,
1164 short& value, bool readOnly,

Callers 2

clahe.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected