Home
last modified time | relevance | path

Searched defs:CvSize2D32f (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/
Dtypes_c.h1033 typedef struct CvSize2D32f struct
1039 CvSize2D32f(float w = 0, float h = 0): width(w), height(h) {} in width() argument
1041CvSize2D32f(const cv::Size_<_Tp>& sz): width(cv::saturate_cast<float>(sz.width)), height(cv::satur… in CvSize2D32f() argument
1046 CvSize2D32f; typedef
/external/opencv/cxcore/include/
Dcxtypes.h1043 typedef struct CvSize2D32f struct
1048 CvSize2D32f; argument