OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pt_bottom
(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);
344
if( pt.y >
pt_bottom
->y )
345
pt_bottom
= pt_ptr;
351
pts[3] = cvPointTo32f( *
pt_bottom
);
355
CvPoint2D32f *pt_left, *pt_right, *pt_top, *
pt_bottom
;
local
357
pt_left = pt_right = pt_top =
pt_bottom
= (CvPoint2D32f *) (reader.ptr);
371
if( pt.y >
pt_bottom
->y )
372
pt_bottom
= pt_ptr;
378
pts[3] = *
pt_bottom
;
[
all
...]
Completed in 52 milliseconds