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

  /external/opencv/cv/src/
cvshapedescr.cpp 328 CvPoint *pt_left, *pt_right, *pt_top, *pt_bottom; local
330 pt_left = pt_right = pt_top = pt_bottom = (CvPoint *)(reader.ptr);
342 if( pt.y < pt_top->y )
343 pt_top = pt_ptr;
350 pts[2] = cvPointTo32f( *pt_top );
355 CvPoint2D32f *pt_left, *pt_right, *pt_top, *pt_bottom; local
357 pt_left = pt_right = pt_top = pt_bottom = (CvPoint2D32f *) (reader.ptr);
369 if( pt.y < pt_top->y )
370 pt_top = pt_ptr;
377 pts[2] = *pt_top;
    [all...]

Completed in 119 milliseconds