Searched refs:Size2f (Results 1 – 10 of 10) sorted by relevance
/external/opencv3/modules/calib3d/test/ |
D | test_chessboardgenerator.hpp | 22 …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, …
|
D | test_chessboardgenerator.cpp | 244 const Size2f& squareSize, vector<Point2f>& corners) const in operator ()() 303 … const Size2f& squareSize, const Point3f& pos, vector<Point2f>& corners) const in operator ()()
|
D | test_cameracalibration_artificial.cpp | 245 Size2f sqSile; 256 sqSile = Size2f(1.f, 1.f); in prepareForTest()
|
/external/opencv3/samples/gpu/ |
D | generalized_hough.cpp | 168 rect.size = Size2f(templ.cols * scale, templ.rows * scale); in main()
|
/external/opencv3/modules/calib3d/src/ |
D | circlesgrid.hpp | 125 cv::Size2f densityNeighborhoodSize;
|
D | circlesgrid.cpp | 547 densityNeighborhoodSize = Size2f(16, 16); in CirclesGridFinderParameters()
|
/external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/ |
D | interpolation.hpp | 371 …nAreaInterPtrSz<typename PtrTraits<SrcPtr>::ptr_type> interArea(const SrcPtr& src, Size2f areaSize) in interArea()
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | types.hpp | 306 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/ |
D | imgproc.cpp | 4744 …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/ |
D | matrix.cpp | 5363 size = Size2f(_width, _height); in RotatedRect()
|