buildWarpPerspectiveMaps 172 modules/cudawarping/include/opencv2/cudawarping.hpp CV_EXPORTS void buildWarpPerspectiveMaps(InputArray M, bool inverse, Size dsize, OutputArray xmap, OutputArray ymap, Stream& stream = Stream::Null()); buildWarpPerspectiveMaps 87 modules/cudawarping/test/test_warp_perspective.cpp cv::cuda::buildWarpPerspectiveMaps(M, inverse, size, xmap, ymap);