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

Function icvCloneGraph

deps/opencv/modules/core/src/persistence.cpp:4448–4452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4446
4447
4448static void*
4449icvCloneGraph( const void* ptr )
4450{
4451 return cvCloneGraph( (const CvGraph*)ptr, 0 );
4452}
4453
4454
4455static void

Callers

nothing calls this directly

Calls 1

cvCloneGraphFunction · 0.85

Tested by

no test coverage detected