added cv::warpPerspective to T-API
authorIlya Lavrenov <ilya.lavrenov@itseez.com>
Fri, 29 Nov 2013 15:16:34 +0000 (19:16 +0400)
committerIlya Lavrenov <ilya.lavrenov@itseez.com>
Tue, 3 Dec 2013 20:43:42 +0000 (00:43 +0400)
commit55af7857b903db6f07b9a61db6f391c6b3e15c36
tree9a12a9be95f503dd07498a12e0dea9b91339977c
parent90c230678ec3c9719ff080f2e01b0388298f4442
added cv::warpPerspective to T-API
modules/core/include/opencv2/core/ocl.hpp
modules/core/src/ocl.cpp
modules/imgproc/src/imgwarp.cpp
modules/imgproc/src/opencl/warp_affine.cl [new file with mode: 0644]
modules/imgproc/src/opencl/warp_perspective.cl [new file with mode: 0644]
modules/imgproc/test/ocl/test_warp.cpp