Searched refs:h_next (Results 1 – 17 of 17) sorted by relevance
52 for( ; segments; segments = ((CvSeq*)segments)->h_next ) in cvRefineForegroundMaskBySegm()55 seq.v_next = seq.h_next = NULL; in cvRefineForegroundMaskBySegm()110 for( c=contours; c != 0; c = c->h_next ) in cvSegmentFGMask()
82 tail_seq->h_next = new_seq; in cvExtractSingleEdges()102 while( !current->h_next ) in cvExtractSingleEdges()110 current = current->h_next; in cvExtractSingleEdges()
325 for( seq = first_seq; seq; seq = seq->h_next ) in icvUpdateGaussianBGModel()334 prev_seq->h_next = seq->h_next; in icvUpdateGaussianBGModel()335 if( seq->h_next ) seq->h_next->h_prev = prev_seq; in icvUpdateGaussianBGModel()339 first_seq = seq->h_next; in icvUpdateGaussianBGModel()340 if( seq->h_next ) seq->h_next->h_prev = NULL; in icvUpdateGaussianBGModel()
440 for( seq = first_seq; seq; seq = seq->h_next ) in icvUpdateFGDStatModel()450 prev_seq->h_next = seq->h_next; in icvUpdateFGDStatModel()451 if( seq->h_next ) seq->h_next->h_prev = prev_seq; in icvUpdateFGDStatModel()455 first_seq = seq->h_next; in icvUpdateFGDStatModel()456 if( seq->h_next ) seq->h_next->h_prev = NULL; in icvUpdateFGDStatModel()
460 seq->h_next = exterior->v_next; in icvGetComponent()461 if( seq->h_next ) in icvGetComponent()462 seq->h_next->h_prev = seq; in icvGetComponent()560 prev_seq->h_next = tmpseq; in cvSegmentImage()
585 for( ; corr; corr = corr->h_next ) in icvBlendContours()815 corr01->h_next = cvCreateSeq( 0, in icvCalcContoursCorrespondence()819 corr01 = corr01->h_next; in icvCalcContoursCorrespondence()827 corr01->h_next = cvCreateSeq( 0, in icvCalcContoursCorrespondence()831 corr01 = corr01->h_next; in icvCalcContoursCorrespondence()
254 for (CvSeq* external = seq; external; external = external->h_next) in AddContours2Rect()266 for (CvSeq* internal = external->v_next; internal; internal = internal->h_next) in AddContours2Rect()
291 SiteSet = (CvSet*)SiteSet->h_next) in cvLinearContorModelFromVoronoiDiagram()366 SiteSet = (CvSet*)SiteSet->h_next) in _cvConstructLCM()
46 #define NEXT_SEQ(seq,seq_first) ((seq) == (seq_first) ? seq->v_next : seq->h_next)1307 CurContourSeq = CurContourSeq->h_next) in cvVoronoiDiagramFromContour()1454 for(Seq = (CvSeq*)VoronoiDiagram->sites; Seq != NULL; Seq = Seq->h_next) in cvReleaseVoronoiStorage()1457 for(Seq = (CvSeq*)VoronoiDiagram->edges; Seq != NULL; Seq = Seq->h_next) in cvReleaseVoronoiStorage()1561 CurContourSeq = CurContourSeq->h_next) in _cvConstuctSites()1661 CurSeq->h_next = pHole->SiteSeq; in _cvConstructSiteTree()1667 CurSeq->h_next = NULL; in _cvConstructSiteTree()1779 PrevNewSiteSeq->h_next = (CvSeq*)CurrNewSiteSeq; in _cvConvertSameOrientation()1916 NewSiteSeqPrev->h_next = (CvSeq*)NewSiteSeq; in _cvConvertSameOrientation()1969 PrevNewSiteSeq->h_next = (CvSeq*)CurrNewSiteSeq; in _cvConvertChangeOrientation()[all …]
314 for (CvSeq* external = seq; external; external = external->h_next) in FindContours()324 for (CvSeq* internal = external->v_next; internal; internal = internal->h_next) in FindContours()
465 prev_contour->h_next = contour; in cvApproxChains()490 while( src_seq->h_next == 0 ) in cvApproxChains()500 src_seq = src_seq->h_next; in cvApproxChains()1026 prev_contour->h_next = contour; in cvApproxPoly()1045 while( src_seq->h_next == 0 ) in cvApproxPoly()1055 src_seq = src_seq->h_next; in cvApproxPoly()
838 for( label = 1; contours != 0; contours = contours->h_next, label++ ) in cvDistTransform()
1468 prev = prev->h_next = contour; in icvFindContoursInInterval()
3813 struct CvTreeNode* h_next; /* next sequence */ member3838 node->h_next = parent->v_next; in cvInsertNodeIntoTree()3867 if( node->h_next ) in cvRemoveNodeFromTree()3868 node->h_next->h_prev = node->h_prev; in cvRemoveNodeFromTree()3871 node->h_prev->h_next = node->h_next; in cvRemoveNodeFromTree()3881 parent->v_next = node->h_next; in cvRemoveNodeFromTree()3938 while( node->h_next == 0 ) in cvNextTreeNode()3947 node = node && treeIterator->max_level != 0 ? node->h_next : 0; in cvNextTreeNode()3995 while( node->h_next ) in cvPrevTreeNode()3996 node = node->h_next; in cvPrevTreeNode()
2420 CvSeq *contour0 = contour, *h_next = 0; in cvDrawContours() local2454 h_next = contour->h_next; in cvDrawContours()2455 contour->h_next = 0; in cvDrawContours()2591 if( h_next && contour0 ) in cvDrawContours()2592 contour0->h_next = h_next; in cvDrawContours()
4438 prev_seq->h_next = seq; in icvReadSeqTree()
1202 struct node_type* h_next; /* Next sequence. */ \