Searched defs:warpAffine (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/cudawarping/src/ |
D | warp.cpp | 50 void cv::cuda::warpAffine(InputArray, OutputArray, InputArray, Size, int, int, Scalar, Stream&) { t… in warpAffine() function in cv::cuda 183 void cv::cuda::warpAffine(InputArray _src, OutputArray _dst, InputArray _M, Size dsize, int flags, … in warpAffine() function in cv::cuda
|
/external/opencv3/modules/imgproc/test/ |
D | test_imgwarp_strict.cpp | 1051 void CV_WarpAffine_Test::warpAffine(const Mat& _src, Mat& _dst) in warpAffine() function in CV_WarpAffine_Test
|
/external/opencv3/modules/java/src/ |
D | imgproc+Imgproc.java | 1395 …public static void warpAffine(Mat src, Mat dst, Mat M, Size dsize, int flags, int borderMode, Scal… in warpAffine() method in Imgproc 1404 public static void warpAffine(Mat src, Mat dst, Mat M, Size dsize, int flags) in warpAffine() method in Imgproc 1413 public static void warpAffine(Mat src, Mat dst, Mat M, Size dsize) in warpAffine() method in Imgproc
|
/external/opencv3/modules/imgproc/src/ |
D | imgwarp.cpp | 5562 void cv::warpAffine( InputArray _src, OutputArray _dst, in warpAffine() function in cv
|