Home
last modified time | relevance | path

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

/external/opencv3/modules/calib3d/src/
Dquadsubpix.cpp77 inline void fitCurve2Order(const std::vector<Point2f>& /*points*/, std::vector<float>& /*curve*/) in fitCurve2Order()
82 …nst std::vector<float>& /*curve1*/, const std::vector<float>& /*curve2*/, Point2f& /*cross_point*/) in findCurvesCross() argument
/external/opencv3/modules/core/include/opencv2/core/
Dtypes.hpp179 typedef Point_<float> Point2f; typedef