Searched refs:hn1 (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cv/src/ |
D | cvcontourtree.cpp | 77 double s, sp1, sp2, sn1, sn2, s_c, sp1_c, sp2_c, sn1_c, sn2_c, h, hp1, hp2, hn1, hn2, in icvCreateContourTree() local 212 icvCalcTriAttr( contour, tn1, t, nm, tn2, nmn2, &sn1, &sn1_c, &hn1, in icvCreateContourTree() 365 h = hn1; in icvCreateContourTree() 366 hn1 = hn2; in icvCreateContourTree() 396 icvCalcTriAttr( contour, tn1, t, nm, tn2, nmn2, &sn1, &sn1_c, &hn1, &an1, in icvCreateContourTree() 492 tree_two.r1 = hn1 / an1; in icvCreateContourTree()
|