Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvcontourtree.cpp143 tree_one.next_v1 = tree_one.next_v2 = tree_one.prev_v = NULL; in icvCreateContourTree()
260 ptr1[j_1]->prev_v = cur_adr; in icvCreateContourTree()
262 ptr1[j]->prev_v = cur_adr; in icvCreateContourTree()
289 ptr1[j_1]->prev_v = cur_adr; in icvCreateContourTree()
291 ptr1[j]->prev_v = cur_adr; in icvCreateContourTree()
430 ptr2[3]->prev_v = cur_adr; in icvCreateContourTree()
432 ptr2[0]->prev_v = cur_adr; in icvCreateContourTree()
441 ptr2[1]->prev_v = cur_adr; in icvCreateContourTree()
443 ptr2[2]->prev_v = cur_adr; in icvCreateContourTree()
457 ptr2[1]->prev_v = cur_adr; in icvCreateContourTree()
[all …]
Dcvemd.cpp592 CvNode1D v0_head, v1_head, *cur_v, *prev_v; in icvFindBasicVariables() local
625 prev_v = &v1_head; in icvFindBasicVariables()
653 prev_v->next = cur_v->next; in icvFindBasicVariables()
672 prev_v = &v0_head; in icvFindBasicVariables()
681 prev_v->next = cur_v->next; in icvFindBasicVariables()
684 cur_v = prev_v->next; in icvFindBasicVariables()
688 prev_v = cur_v; in icvFindBasicVariables()
913 CvNode1D v_head, *cur_v, *prev_v; in icvRussel() local
980 prev_v = &v_head; in icvRussel()
990 prev_v_min_j = prev_v; in icvRussel()
[all …]
D_cvgeom.h68 …struct _CvTrianAttr* prev_v; /* pointer to the parent element on the previous level of the tree…
/external/opencv/cvaux/src/
Dcvvecfacetracking.cpp824 CvPoint prev_v = {pPrev[element[0]].ptCenter.x - pPrev[element[1]].ptCenter.x, in GetEnergy2() local
827 double prev_d = sqrt((double)prev_v.x*prev_v.x + prev_v.y*prev_v.y); in GetEnergy2()