OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cmp_pts
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cv/src/
cvconvhull.cpp
193
#define
cmp_pts
( pt1, pt2 ) \
macro
195
static CV_IMPLEMENT_QSORT( icvSortPointsByPointers_32s, CvPoint*,
cmp_pts
)
196
static CV_IMPLEMENT_QSORT( icvSortPointsByPointers_32f, CvPoint2D32f*,
cmp_pts
)
/external/opencv/cxcore/include/
cxmisc.h
376
#define
cmp_pts
( pt1, pt2 ) \
379
[static] CV_IMPLEMENT_QSORT( icvSortPoints, CvPoint,
cmp_pts
)
[
all
...]
Completed in 221 milliseconds