Searched defs:Point2f (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/
H A Dtypes.hpp137 typedef Point_<float> Point2f;
142 Point2f a(0.3f, 0.f), b(0.f, 0.4f);
179 typedef Point_<float> Point2f; typedef in namespace:cv
440 RotatedRect rRect = RotatedRect(Point2f(100,100), Size2f(100,50), 30);
442 Point2f vertices[4];
468 RotatedRect(const Point2f& center, const Size2f& size, float angle);
473 RotatedRect(const Point2f& point1, const Point2f& point2, const Point2f& point3);
478 void points(Point2f pt
[all...]

Completed in 225 milliseconds