Home
last modified time | relevance | path

Searched refs:cvPoint2D32f (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/test/
H A Dtest_convhull.cpp179 double d1 = cvTsDist(cvPoint2D32f(x.x, x.y), cvPoint2D32f(a.x, a.y)); in cvTsIsPointOnLineSegment()
180 double d2 = cvTsDist(cvPoint2D32f(x.x, x.y), cvPoint2D32f(b.x, b.y)); in cvTsIsPointOnLineSegment()
181 double d3 = cvTsDist(cvPoint2D32f(a.x, a.y), cvPoint2D32f(b.x, b.y)); in cvTsIsPointOnLineSegment()
962 CvPoint2D32f c_center = cvPoint2D32f(center); in run_func()
1828 *(CvPoint2D32f*)pp = cvPoint2D32f(p); in cvTsGenerateTousledBlob()
1883 …cvTsGenerateTousledBlob( cvPoint2D32f(center), cvSize2D32f(axes), max_r_scale, angle, pointsSet, r… in generate_point_set()
H A Dtest_imgwarp.cpp1156 cv2DRotationMatrix(cvPoint2D32f(w*0.5f, h*0.5f), 45.0, 1.0, &M); in TEST()
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/
H A Dtypes_c.h1021 CV_INLINE CvPoint2D32f cvPoint2D32f( double x, double y ) in cvPoint2D32f() function
1033 CvPoint2D32f cvPoint2D32f(const cv::Point_<_Tp>& pt) in cvPoint2D32f() function
1047 return cvPoint2D32f( (float)point.x, (float)point.y ); in cvPointTo32f()
1307 self.center = cvPoint2D32f(rr.center); in cvBox2D()
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dfeatureselect.cpp569 _corners[i] = cvPoint2D32f(corners[i]); in cvGoodFeaturesToTrack()
H A Dshapedescr.cpp1157 *_center = cvPoint2D32f(center); in cvMinEnclosingCircle()
/dports/astro/siril/siril/src/opencv/findHomography/
H A Dcalibration.cpp2304 pts[k++] = cvPoint2D32f((float)x*imgSize.width/(N-1), in icvGetRectangles()
/dports/graphics/opencv/opencv-4.5.3/modules/calib3d/src/
H A Dcalibration.cpp2471 pts[k++] = cvPoint2D32f((float)x*imgSize.width/(N-1), in icvGetRectangles()