Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/creatale/node-dv
/ setBool
Method
setBool
deps/opencv/modules/core/src/algorithm.cpp:265–268 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
263
}
264
265
void Algorithm::setBool(const string& parameter, bool value)
266
{
267
info()->set(this, parameter.c_str(), ParamType<bool>::type, &value);
268
}
269
270
void Algorithm::setString(const string& parameter, const string& value)
271
{
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