Home
last modified time | relevance | path

Searched defs:warpAffine (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/cudawarping/src/
Dwarp.cpp50 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/
Dtest_imgwarp_strict.cpp1051 void CV_WarpAffine_Test::warpAffine(const Mat& _src, Mat& _dst) in warpAffine() function in CV_WarpAffine_Test
/external/opencv3/modules/java/src/
Dimgproc+Imgproc.java1395 …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/
Dimgwarp.cpp5562 void cv::warpAffine( InputArray _src, OutputArray _dst, in warpAffine() function in cv