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

Method AlgorithmInfo

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

Source from the content-addressed store, hash-verified

392
393
394AlgorithmInfo::AlgorithmInfo(const string& _name, Algorithm::Constructor create)
395{
396 data = new AlgorithmInfoData;
397 data->_name = _name;
398 if (!alglist().find(_name, create))
399 alglist().add(_name, create);
400}
401
402AlgorithmInfo::~AlgorithmInfo()
403{

Callers

nothing calls this directly

Calls 2

findMethod · 0.45
addMethod · 0.45

Tested by

no test coverage detected