Lines Matching full:warpperspective
2932 // void warpPerspective(Mat src, Mat& dst, Mat M, Size dsize, int flags = INTER_LINEAR, int borderMode = BORDER_CONSTANT, Scalar borderValue = Scalar())
2948 cv::warpPerspective( src, dst, M, dsize, (int)flags, (int)borderMode, borderValue );
2972 cv::warpPerspective( src, dst, M, dsize, (int)flags );
2996 cv::warpPerspective( src, dst, M, dsize );