HomeSort by relevance Sort by last modified time
    Searched full:sp2_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
209 icvCalcTriAttr( contour, tp2, tp3, nmp3, tp1, nmp1, &sp2, &sp2_c, &hp2,
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;

Completed in 74 milliseconds