Searched defs:pt_right (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvshapedescr.cpp328 CvPoint *pt_left, *pt_right, *pt_top, *pt_bottom; local
330 pt_left = pt_right = pt_top = pt_bottom = (CvPoint *)(reader.ptr);
340 if( pt.x > pt_right->x )
341 pt_right = pt_ptr;
349 pts[1] = cvPointTo32f( *pt_right );
355 CvPoint2D32f *pt_left, *pt_right, *pt_top, *pt_bottom; local
357 pt_left = pt_right = pt_top = pt_bottom = (CvPoint2D32f *) (reader.ptr);
367 if( pt.x > pt_right->x )
368 pt_right = pt_ptr;
376 pts[1] = *pt_right;
[all...]

Completed in 47 milliseconds