Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
163
Ptr<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
171
Algorithm::Algorithm()
172
{
Callers
nothing calls this directly
Calls
1
find
Method · 0.45
Tested by
no test coverage detected