cvPoint2D32f     2108 modules/calib3d/src/calibration.cpp             pts[k++] = cvPoint2D32f((float)x*imgSize.width/(N-1),
cvPoint2D32f      922 modules/core/include/opencv2/core/types_c.h     return cvPoint2D32f( (float)point.x, (float)point.y );
cvPoint2D32f     1384 modules/imgproc/test/test_imgwarp.cpp     cv2DRotationMatrix(cvPoint2D32f(w*0.5f, h*0.5f), 45.0, 1.0, &M);
cvPoint2D32f       59 samples/cpp/polar_transforms.cpp         cvLogPolar(frame,log_polar_img,cvPoint2D32f(frame->width >> 1,frame->height >> 1),70, CV_INTER_LINEAR+CV_WARP_FILL_OUTLIERS);
cvPoint2D32f       60 samples/cpp/polar_transforms.cpp         cvLinearPolar(frame,lin_polar_img,cvPoint2D32f(frame->width >> 1,frame->height >> 1),70, CV_INTER_LINEAR+CV_WARP_FILL_OUTLIERS);
cvPoint2D32f       63 samples/cpp/polar_transforms.cpp         cvLogPolar(log_polar_img,recovered_img,cvPoint2D32f(frame->width >> 1,frame->height >> 1),70, CV_WARP_INVERSE_MAP+CV_INTER_LINEAR);
cvPoint2D32f       65 samples/cpp/polar_transforms.cpp         cvLinearPolar(lin_polar_img,recovered_img,cvPoint2D32f(frame->width >> 1,frame->height >> 1),70, CV_WARP_INVERSE_MAP+CV_INTER_LINEAR+CV_WARP_FILL_OUTLIERS);