Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
260
void Algorithm::setDouble(const string& parameter, double value)
261
{
262
info()->set(this, parameter.c_str(), ParamType<double>::type, &value);
263
}
264
265
void Algorithm::setBool(const string& parameter, bool value)
266
{
Callers
nothing calls this directly
Calls
3
info
Function · 0.85
set
Method · 0.45
c_str
Method · 0.45
Tested by
no test coverage detected