Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
255
void Algorithm::setInt(const string& parameter, int value)
256
{
257
info()->set(this, parameter.c_str(), ParamType<int>::type, &value);
258
}
259
260
void Algorithm::setDouble(const string& parameter, double value)
261
{
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