Home | History | Annotate | Download | only in src

Lines Matching refs:lpt

461         int lpt = contour->total;
479 while( lpt-- > 0 )
565 int lpt, flag, i;
580 lpt = cvSliceLength( slice, contour );
582 lpt = n2 - n1 + 1;
584 lpt = contour->total - n1 + n2 + 1;*/
586 if( contour->total && lpt > 2 )
612 while( lpt-- > 0 )
632 if( (fabs( sk ) < eps && lpt > 0) || sk * sk1 < -eps )