HomeSort by relevance Sort by last modified time
    Searched full:sp1_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
206 icvCalcTriAttr( contour, tp1, tp2, nmp2, t, nm, &sp1, &sp1_c, &hp1,
230 if( (s_c < sp1_c && s_c < sp2_c && s_c <= sn1_c && s_c <= sn2_c && s_c < e) ||
231 (((s_c == sp1_c && s_c <= sp2_c) || (s_c == sp2_c && s_c <= sp1_c)) &&
350 sp2_c = sp1_c;
351 sp1_c = s_c;
399 icvCalcTriAttr( contour, tp1, tn2, nmn2, t, nm, &sp1, &sp1_c, &hp1, &ap1,
403 a_sp1_c = fabs( sp1_c - sn1_c );
500 if( sp1_c > sn1_c
    [all...]

Completed in 46 milliseconds