OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CvContourTree
(Results
1 - 4
of
4
) sorted by null
/external/opencv/cv/include/
cvtypes.h
116
typedef struct
CvContourTree
122
CvContourTree
;
cv.h
762
CVAPI(
CvContourTree
*) cvCreateContourTree( const CvSeq* contour,
[
all
...]
/external/opencv/cv/src/
cvmatchcontours.cpp
223
cvMatchContourTrees( const
CvContourTree
* tree1, const
CvContourTree
* tree2,
cvcontourtree.cpp
69
CvContourTree
** tree, double threshold )
121
hearder_size = sizeof(
CvContourTree
);
647
CV_IMPL
CvContourTree
*
650
CvContourTree
* tree = 0;
677
cvContourFromContourTree( const
CvContourTree
* tree,
Completed in 34 milliseconds