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

Method getInt

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

Source from the content-addressed store, hash-verified

326
327
328int Algorithm::getInt(const string& parameter) const
329{
330 return get<int>(parameter);
331}
332
333double Algorithm::getDouble(const string& parameter) const
334{

Callers 1

writeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected