Home
last modified time | relevance | path

Searched refs:cvInsertNodeIntoTree (Results 1 – 3 of 3) sorted by relevance

/external/opencv/cv/src/
Dcvcontours.cpp491 cvInsertNodeIntoTree( l_cinfo->contour, l_cinfo->parent->contour, in icvEndProcessContour()
/external/opencv/cxcore/include/
Dcxcore.h1462 CVAPI(void) cvInsertNodeIntoTree( void* node, void* parent, void* frame );
/external/opencv/cxcore/src/
Dcxdatastructs.cpp3825 cvInsertNodeIntoTree( void* _node, void* _parent, void* _frame ) in cvInsertNodeIntoTree() function