Lines Matching full:warpperspective
1423 // C++: void warpPerspective(Mat src, Mat& dst, Mat M, Size dsize, int flags = INTER_LINEAR, int borderMode = BORDER_CONSTANT, Scalar borderValue = Scalar())
1426 //javadoc: warpPerspective(src, dst, M, dsize, flags, borderMode, borderValue)
1427 public static void warpPerspective(Mat src, Mat dst, Mat M, Size dsize, int flags, int borderMode, Scalar borderValue)
1435 //javadoc: warpPerspective(src, dst, M, dsize, flags)
1436 public static void warpPerspective(Mat src, Mat dst, Mat M, Size dsize, int flags)
1444 //javadoc: warpPerspective(src, dst, M, dsize)
1445 public static void warpPerspective(Mat src, Mat dst, Mat M, Size dsize)
3039 // C++: void warpPerspective(Mat src, Mat& dst, Mat M, Size dsize, int flags = INTER_LINEAR, int borderMode = BORDER_CONSTANT, Scalar borderValue = Scalar())