fixed extrapolation for ocl::cornerMinEigenVal and ocl::cornerHarris; enabled CV_32FC...
authorIlya Lavrenov <ilya.lavrenov@itseez.com>
Tue, 29 Oct 2013 08:10:20 +0000 (12:10 +0400)
committerIlya Lavrenov <ilya.lavrenov@itseez.com>
Tue, 29 Oct 2013 15:59:21 +0000 (19:59 +0400)
commitbf6b5ee9256926fb4364d37a61877adea45297c8
tree44d98ddea222c5695a461a464b5788a08b1951ca
parentc5e8a9a29bfebd36eff0eea509eb0dce0aa87d56
fixed extrapolation for ocl::cornerMinEigenVal and ocl::cornerHarris; enabled CV_32FC1 for the first function
modules/ocl/src/imgproc.cpp
modules/ocl/src/opencl/imgproc_calcHarris.cl
modules/ocl/src/opencl/imgproc_calcMinEigenVal.cl
modules/ocl/test/test_imgproc.cpp
modules/ocl/test/utility.cpp