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

Method _create

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

Source from the content-addressed store, hash-verified

161}
162
163Ptr<Algorithm> Algorithm::_create(const string& name)
164{
165 Algorithm::Constructor c = 0;
166 if( !alglist().find(name, c) )
167 return Ptr<Algorithm>();
168 return c();
169}
170
171Algorithm::Algorithm()
172{

Callers

nothing calls this directly

Calls 1

findMethod · 0.45

Tested by

no test coverage detected