Searched refs:CV_LEE_DOUBLE (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cvaux/include/
H A Dcvaux.h925 CV_LEE_DOUBLE = 2, enumerator in enum:CvLeeParameters
/external/opencv/cvaux/src/
H A Dcvlee.cpp178 // The possible values are CV_LEE_INT,CV_LEE_FLOAT,CV_LEE_DOUBLE.
206 // CV_LEE_INT,CV_LEE_FLOAT,CV_LEE_DOUBLE.
1548 case CV_LEE_DOUBLE : result = _cvConstructExtSites(pVoronoiDiagram,ContourSeq,contour_orientation,(double)1);
1573 case CV_LEE_DOUBLE :result = _cvConstructIntSites(pVoronoiDiagram,CurSiteSeq,CurContourSeq,pTopSite,contour_orientation,(double)1);

Completed in 94 milliseconds