Home
last modified time | relevance | path

Searched refs:Size2f (Results 1 – 10 of 10) sorted by relevance

/external/opencv3/modules/calib3d/test/
Dtest_chessboardgenerator.hpp22 …Mat operator()(const Mat& bg, const Mat& camMat, const Mat& distCoeffs, const Size2f& squareSize, …
23 …Mat operator()(const Mat& bg, const Mat& camMat, const Mat& distCoeffs, const Size2f& squareSize, …
Dtest_chessboardgenerator.cpp244 const Size2f& squareSize, vector<Point2f>& corners) const in operator ()()
303 … const Size2f& squareSize, const Point3f& pos, vector<Point2f>& corners) const in operator ()()
Dtest_cameracalibration_artificial.cpp245 Size2f sqSile;
256 sqSile = Size2f(1.f, 1.f); in prepareForTest()
/external/opencv3/samples/gpu/
Dgeneralized_hough.cpp168 rect.size = Size2f(templ.cols * scale, templ.rows * scale); in main()
/external/opencv3/modules/calib3d/src/
Dcirclesgrid.hpp125 cv::Size2f densityNeighborhoodSize;
Dcirclesgrid.cpp547 densityNeighborhoodSize = Size2f(16, 16); in CirclesGridFinderParameters()
/external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/
Dinterpolation.hpp371 …nAreaInterPtrSz<typename PtrTraits<SrcPtr>::ptr_type> interArea(const SrcPtr& src, Size2f areaSize) in interArea()
/external/opencv3/modules/core/include/opencv2/core/
Dtypes.hpp306 typedef Size_<float> Size2f; typedef
468 RotatedRect(const Point2f& center, const Size2f& size, float angle);
483 Size2f size; //< width and height of the rectangle
1844 RotatedRect::RotatedRect(const Point2f& _center, const Size2f& _size, float _angle) in RotatedRect()
/external/opencv3/modules/java/src/
Dimgproc.cpp4744 …RotatedRect box(cv::Point2f(box_center_x, box_center_y), cv::Size2f(box_size_width, box_size_heigh… in Java_org_opencv_imgproc_Imgproc_boxPoints_10()
5100 …RotatedRect rect1(cv::Point2f(rect1_center_x, rect1_center_y), cv::Size2f(rect1_size_width, rect1_… in Java_org_opencv_imgproc_Imgproc_rotatedRectangleIntersection_10()
5101 …RotatedRect rect2(cv::Point2f(rect2_center_x, rect2_center_y), cv::Size2f(rect2_size_width, rect2_… in Java_org_opencv_imgproc_Imgproc_rotatedRectangleIntersection_10()
5554 …RotatedRect box(cv::Point2f(box_center_x, box_center_y), cv::Size2f(box_size_width, box_size_heigh… in Java_org_opencv_imgproc_Imgproc_ellipse_13()
5577 …RotatedRect box(cv::Point2f(box_center_x, box_center_y), cv::Size2f(box_size_width, box_size_heigh… in Java_org_opencv_imgproc_Imgproc_ellipse_14()
5600 …RotatedRect box(cv::Point2f(box_center_x, box_center_y), cv::Size2f(box_size_width, box_size_heigh… in Java_org_opencv_imgproc_Imgproc_ellipse_15()
/external/opencv3/modules/core/src/
Dmatrix.cpp5363 size = Size2f(_width, _height); in RotatedRect()