Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/
H A Dtypes_c.h1224 typedef struct CvSize2D32f struct
1230 CvSize2D32f() __attribute__(( warning("Non-initialized variable") )) {} in CvSize2D32f() argument
1231 template<typename _Tp> CvSize2D32f(const std::initializer_list<_Tp> list) in CvSize2D32f() function
1241 CvSize2D32f(float w = 0, float h = 0): width(w), height(h) {} in width() argument
1243CvSize2D32f(const cv::Size_<_Tp>& sz): width(cv::saturate_cast<float>(sz.width)), height(cv::satur… in CvSize2D32f() argument
1250 CvSize2D32f; typedef