Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvmatchcontours.cpp228 _CvTrianAttr **ptr11, **ptr12, **ptr21, **ptr22; in cvMatchContourTrees() local
293 ptr21 = ptr_p2; in cvMatchContourTrees()
301 ptr21 = ptr_n2; in cvMatchContourTrees()
321 if( ptr21[j] != NULL ) in cvMatchContourTrees()
323 r21 = ptr21[j]->r1; in cvMatchContourTrees()
324 r22 = ptr21[j]->r2; in cvMatchContourTrees()
326 w2 = ptr21[j]->area / area2; in cvMatchContourTrees()
327 s2 = ptr21[j]->sign; in cvMatchContourTrees()
368 if( ptr21[j] != NULL ) in cvMatchContourTrees()
370 ptr22[ibuf] = ptr21[j]->next_v1; in cvMatchContourTrees()
[all …]