Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcxdatastructs.cpp2582 typedef struct CvPTreeNode struct
2584 struct CvPTreeNode* parent; argument
2588 CvPTreeNode; typedef
2632 nodes = cvCreateSeq( 0, sizeof(CvSeq), sizeof(CvPTreeNode), temp_storage ); in cvSeqPartition()
2641 CvPTreeNode node = { 0, 0, 0 }; in cvSeqPartition()
2659 CvPTreeNode* node = (CvPTreeNode*)(reader0.ptr); in cvSeqPartition()
2660 CvPTreeNode* root = node; in cvSeqPartition()
2672 CvPTreeNode* node2 = (CvPTreeNode*)reader.ptr; in cvSeqPartition()
2677 CvPTreeNode* root2 = node2; in cvSeqPartition()
2698 CvPTreeNode* temp = node2; in cvSeqPartition()
[all …]