warpAffine 453 modules/calib3d/test/test_chesscorners.cpp warpAffine(cb, sh, aff, cb.size()); warpAffine 126 modules/cudawarping/include/opencv2/cudawarping.hpp CV_EXPORTS void warpAffine(InputArray src, OutputArray dst, InputArray M, Size dsize, int flags = INTER_LINEAR, warpAffine 266 modules/cudawarping/perf/perf_warping.cpp TEST_CYCLE() cv::cuda::warpAffine(d_src, dst, M, size, interpolation, borderMode); warpAffine 274 modules/cudawarping/perf/perf_warping.cpp TEST_CYCLE() cv::warpAffine(src, dst, M, size, interpolation, borderMode); warpAffine 99 modules/cudawarping/test/test_warp_affine.cpp cv::warpAffine(src, dst_gold, M, size, flags, borderMode); warpAffine 217 modules/cudawarping/test/test_warp_affine.cpp cv::cuda::warpAffine(loadMat(src, useRoi), dst, M, size, flags, borderType, val); warpAffine 266 modules/cudawarping/test/test_warp_affine.cpp cv::cuda::warpAffine(loadMat(src), dst, M, src.size(), flags); warpAffine 1991 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS_W void warpAffine( InputArray src, OutputArray dst, warpAffine 1832 modules/imgproc/misc/java/test/ImgprocTest.java Imgproc.warpAffine(src, dst, M, new Size(3, 3)); warpAffine 1859 modules/imgproc/misc/java/test/ImgprocTest.java Imgproc.warpAffine(src, dst, M, new Size(2, 2), Imgproc.WARP_INVERSE_MAP); warpAffine 82 modules/imgproc/perf/opencl/perf_imgwarp.cpp OCL_TEST_CYCLE() cv::warpAffine(src, dst, M, srcSize, interpolation); warpAffine 44 modules/imgproc/perf/perf_warp.cpp TEST_CYCLE() warpAffine( src, dst, warpMat, sz, interType, borderMode, borderColor ); warpAffine 5587 modules/imgproc/src/imgwarp.cpp if( tegra::useTegra() && tegra::warpAffine(src, dst, M, flags, borderType, borderValue) ) warpAffine 6370 modules/imgproc/src/imgwarp.cpp cv::warpAffine( src, dst, matrix, dst.size(), flags, warpAffine 90 modules/imgproc/src/opencl/warp_affine.cl __kernel void warpAffine(__global const uchar * srcptr, int src_step, int src_offset, int src_rows, int src_cols, warpAffine 457 modules/imgproc/src/samplers.cpp cv::warpAffine(src, dst, M, dst.size(), warpAffine 130 modules/imgproc/test/ocl/test_warp.cpp OCL_OFF(cv::warpAffine(src_roi, dst_roi, M, dsize, interpolation)); warpAffine 131 modules/imgproc/test/ocl/test_warp.cpp OCL_ON(cv::warpAffine(usrc_roi, udst_roi, M, dsize, interpolation)); warpAffine 1648 modules/imgproc/test/test_imgwarp.cpp warpAffine(src, dst, rot, src.size()); warpAffine 997 modules/imgproc/test/test_imgwarp_strict.cpp void warpAffine(const Mat&, Mat&); warpAffine 1036 modules/imgproc/test/test_imgwarp_strict.cpp cv::warpAffine(src, dst, M, dst.size(), interpolation, borderType, borderValue); warpAffine 1048 modules/imgproc/test/test_imgwarp_strict.cpp warpAffine(src, reference_dst); warpAffine 105 modules/shape/src/aff_trans.cpp warpAffine(transformingImage, output, affineMat, transformingImage.getMat().size(), flags, borderMode, borderValue); warpAffine 34 modules/video/perf/perf_ecc.cpp warpAffine(img, templateImage, warpGround, warpAffine 42 modules/video/perf/perf_ecc.cpp warpAffine(img, templateImage, warpGround, warpAffine 48 modules/video/perf/perf_ecc.cpp warpAffine(img, templateImage, warpGround, warpAffine 468 modules/video/src/ecc.cpp warpAffine(imageFloat, imageWarped, map, imageWarped.size(), imageFlags); warpAffine 469 modules/video/src/ecc.cpp warpAffine(gradientX, gradientXWarped, map, gradientXWarped.size(), imageFlags); warpAffine 470 modules/video/src/ecc.cpp warpAffine(gradientY, gradientYWarped, map, gradientYWarped.size(), imageFlags); warpAffine 471 modules/video/src/ecc.cpp warpAffine(preMask, imageMask, map, imageMask.size(), maskFlags); warpAffine 140 modules/video/test/test_ecc.cpp warpAffine(testImg, warpedImage, translationGround, warpAffine 215 modules/video/test/test_ecc.cpp warpAffine(testImg, warpedImage, euclideanGround, warpAffine 290 modules/video/test/test_ecc.cpp warpAffine(testImg, warpedImage, affineGround, warpAffine 440 modules/video/test/test_ecc.cpp warpAffine(testImg, warpedImage, translationGround, warpAffine 152 modules/video/test/test_estimaterigid.cpp warpAffine(img, rotated, aff, img.size()); warpAffine 378 modules/videostab/src/inpainting.cpp warpAffine( warpAffine 391 modules/videostab/src/inpainting.cpp warpAffine( warpAffine 207 modules/videostab/src/stabilizer.cpp warpAffine( warpAffine 218 modules/videostab/src/stabilizer.cpp warpAffine( warpAffine 241 samples/cpp/image_alignment.cpp warpAffine(target_image, template_image, warpGround, warpAffine 249 samples/cpp/image_alignment.cpp warpAffine(target_image, template_image, warpGround, warpAffine 258 samples/cpp/image_alignment.cpp warpAffine(target_image, template_image, warpGround, warpAffine 336 samples/cpp/image_alignment.cpp warpAffine (target_image, warped_image, warp_matrix, warped_image.size(), warpAffine 52 samples/cpp/tutorial_code/ImgTrans/Geometric_Transforms_Demo.cpp warpAffine( src, warp_dst, warp_mat, warp_dst.size() ); warpAffine 65 samples/cpp/tutorial_code/ImgTrans/Geometric_Transforms_Demo.cpp warpAffine( warp_dst, warp_rotate_dst, rot_mat, warp_dst.size() );