HomeSort by relevance Sort by last modified time
    Searched full:sn1_c (Results 1 - 1 of 1) sorted by null

  /external/opencv/cv/src/
cvcontourtree.cpp 77 double s, sp1, sp2, sn1, sn2, s_c, sp1_c, sp2_c, sn1_c, sn2_c, h, hp1, hp2, hn1, hn2, local
212 icvCalcTriAttr( contour, tn1, t, nm, tn2, nmn2, &sn1, &sn1_c, &hn1,
230 if( (s_c < sp1_c && s_c < sp2_c && s_c <= sn1_c && s_c <= sn2_c && s_c < e) ||
232 s_c <= sn1_c && s_c <= sn2_c && s_c < e && j > 1 && prev2_null == 0) ||
352 s_c = sn1_c;
353 sn1_c = sn2_c;
396 icvCalcTriAttr( contour, tn1, t, nm, tn2, nmn2, &sn1, &sn1_c, &hn1, &an1,
403 a_sp1_c = fabs( sp1_c - sn1_c );
500 if( sp1_c > sn1_c )

Completed in 208 milliseconds