cvWarpPerspective  732 apps/createsamples/utility.cpp     cvWarpPerspective( data->src, data->img, quad );
cvWarpPerspective  733 apps/createsamples/utility.cpp     cvWarpPerspective( data->mask, data->maskimg, quad );
cvWarpPerspective  237 modules/imgproc/include/opencv2/imgproc/imgproc_c.h CVAPI(void)  cvWarpPerspective( const CvArr* src, CvArr* dst, const CvMat* map_matrix,
cvWarpPerspective  606 modules/imgproc/test/test_imgwarp.cpp     cvWarpPerspective( test_array[INPUT][0], test_array[INPUT_OUTPUT][0], &mtx, interpolation );