Searched refs:CvPTreeNode (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/core/src/ |
D | datastructs.cpp | 2308 typedef struct CvPTreeNode struct 2310 struct CvPTreeNode* parent; argument 2314 CvPTreeNode; argument 2354 nodes = cvCreateSeq( 0, sizeof(CvSeq), sizeof(CvPTreeNode), temp_storage ); in cvSeqPartition() 2363 CvPTreeNode node = { 0, 0, 0 }; in cvSeqPartition() 2381 CvPTreeNode* node = (CvPTreeNode*)(reader0.ptr); in cvSeqPartition() 2382 CvPTreeNode* root = node; in cvSeqPartition() 2394 CvPTreeNode* node2 = (CvPTreeNode*)reader.ptr; in cvSeqPartition() 2399 CvPTreeNode* root2 = node2; in cvSeqPartition() 2420 CvPTreeNode* temp = node2; in cvSeqPartition() [all …]
|
/external/opencv/cxcore/src/ |
D | cxdatastructs.cpp | 2582 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 …]
|