warpPerspective 158 modules/cudawarping/include/opencv2/cudawarping.hpp CV_EXPORTS void warpPerspective(InputArray src, OutputArray dst, InputArray M, Size dsize, int flags = INTER_LINEAR, warpPerspective 314 modules/cudawarping/perf/perf_warping.cpp TEST_CYCLE() cv::cuda::warpPerspective(d_src, dst, M, size, interpolation, borderMode); warpPerspective 322 modules/cudawarping/perf/perf_warping.cpp TEST_CYCLE() cv::warpPerspective(src, dst, M, size, interpolation, borderMode); warpPerspective 100 modules/cudawarping/test/test_warp_perspective.cpp cv::warpPerspective(src, dst_gold, M, size, flags, borderMode); warpPerspective 220 modules/cudawarping/test/test_warp_perspective.cpp cv::cuda::warpPerspective(loadMat(src, useRoi), dst, M, size, flags, borderType, val); warpPerspective 269 modules/cudawarping/test/test_warp_perspective.cpp cv::cuda::warpPerspective(loadMat(src), dst, M, src.size(), flags); warpPerspective 82 modules/features2d/test/test_rotation_and_scale_invariance.cpp warpPerspective(srcImage, dstImage, H, sz); warpPerspective 83 modules/features2d/test/test_rotation_and_scale_invariance.cpp warpPerspective(srcMask, dstMask, H, sz); warpPerspective 2019 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS_W void warpPerspective( InputArray src, OutputArray dst, warpPerspective 1894 modules/imgproc/misc/java/test/ImgprocTest.java Imgproc.warpPerspective(src, dst, M, new Size(3, 3)); warpPerspective 114 modules/imgproc/perf/opencl/perf_imgwarp.cpp OCL_TEST_CYCLE() cv::warpPerspective(src, dst, M, srcSize, interpolation); warpPerspective 82 modules/imgproc/perf/perf_warp.cpp TEST_CYCLE() warpPerspective( src, dst, warpMat, sz, interType, borderMode, borderColor ); warpPerspective 127 modules/imgproc/perf/perf_warp.cpp warpPerspective( src, dst, warpMat, size, interType, borderMode, borderColor ); warpPerspective 6113 modules/imgproc/src/imgwarp.cpp if( tegra::useTegra() && tegra::warpPerspective(src, dst, M, flags, borderType, borderValue) ) warpPerspective 6382 modules/imgproc/src/imgwarp.cpp cv::warpPerspective( src, dst, matrix, dst.size(), flags, warpPerspective 157 modules/imgproc/test/ocl/test_warp.cpp OCL_OFF(cv::warpPerspective(src_roi, dst_roi, M, dsize, interpolation)); warpPerspective 158 modules/imgproc/test/ocl/test_warp.cpp OCL_ON(cv::warpPerspective(usrc_roi, udst_roi, M, dsize, interpolation)); warpPerspective 1652 modules/imgproc/test/test_imgwarp.cpp warpPerspective(src, dst, rot2, src.size()); warpPerspective 1123 modules/imgproc/test/test_imgwarp_strict.cpp void warpPerspective(const Mat&, Mat&); warpPerspective 1157 modules/imgproc/test/test_imgwarp_strict.cpp cv::warpPerspective(src, dst, M, dst.size(), interpolation, borderType, borderValue); warpPerspective 1164 modules/imgproc/test/test_imgwarp_strict.cpp warpPerspective(src, reference_dst); warpPerspective 55 modules/video/perf/perf_ecc.cpp warpPerspective(img, templateImage, warpGround, warpPerspective 475 modules/video/src/ecc.cpp warpPerspective(imageFloat, imageWarped, map, imageWarped.size(), imageFlags); warpPerspective 476 modules/video/src/ecc.cpp warpPerspective(gradientX, gradientXWarped, map, gradientXWarped.size(), imageFlags); warpPerspective 477 modules/video/src/ecc.cpp warpPerspective(gradientY, gradientYWarped, map, gradientYWarped.size(), imageFlags); warpPerspective 478 modules/video/src/ecc.cpp warpPerspective(preMask, imageMask, map, imageMask.size(), maskFlags); warpPerspective 365 modules/video/test/test_ecc.cpp warpPerspective(testImg, warpedImage, homoGround, warpPerspective 382 modules/videostab/src/inpainting.cpp warpPerspective( warpPerspective 395 modules/videostab/src/inpainting.cpp warpPerspective(mask1_, transformedMask1_, motion1to0, mask1_.size(), INTER_NEAREST); warpPerspective 211 modules/videostab/src/stabilizer.cpp warpPerspective( warpPerspective 222 modules/videostab/src/stabilizer.cpp warpPerspective( warpPerspective 266 samples/cpp/image_alignment.cpp warpPerspective(target_image, template_image, warpGround, warpPerspective 339 samples/cpp/image_alignment.cpp warpPerspective (target_image, warped_image, warp_matrix, warped_image.size(),