Searched refs:iDepth (Results 1 – 3 of 3) sorted by relevance
345 int iDepth = I.depth(); in connectedComponents_sub1() local349 CV_Assert(iDepth == CV_8U || iDepth == CV_8S); in connectedComponents_sub1()
42708 int iDepth42715 if( iDepth==1 ){42721 pLeft = rowSetNDeepTree(ppList, iDepth-1);42728 p->pRight = rowSetNDeepTree(ppList, iDepth-1);42737 int iDepth; /* Depth of the tree so far */42745 for(iDepth=1; pList; iDepth++){42750 p->pRight = rowSetNDeepTree(&pList, iDepth);154190 int iDepth; /* Current depth of the r-tree structure */154631 pRtree->iDepth = readInt16(pNode->zData);154632 if( pRtree->iDepth>RTREE_MAX_DEPTH ){[all …]
42690 int iDepth42697 if( iDepth==1 ){42703 pLeft = rowSetNDeepTree(ppList, iDepth-1);42710 p->pRight = rowSetNDeepTree(ppList, iDepth-1);42719 int iDepth; /* Depth of the tree so far */42727 for(iDepth=1; pList; iDepth++){42732 p->pRight = rowSetNDeepTree(&pList, iDepth);154160 int iDepth; /* Current depth of the r-tree structure */154601 pRtree->iDepth = readInt16(pNode->zData);154602 if( pRtree->iDepth>RTREE_MAX_DEPTH ){[all …]