ocl::cornerMinEigenVal (Bug #3337)
Description
ocl::cornerMinEigenVal does not work properly when blickSize != 3
Associated revisions
Merge pull request #3337 from tstellarAMD:2.4-ocl-context-cleanup-fix
History
Updated by Dmitry Retinskiy over 11 years ago
- Status changed from New to Open
Updated by Matthias Bady about 11 years ago
I've tried to reproduce the bug but everything went fine.
Tested with the cornerMinEigenVal test in test_imgproc.cpp from the ocl module with different images and blocksizes 3, 5, 7, 9, 11.
Every test returned "OK".
Platform: OpenCL 1.2 AMD-APP (1268.1) (Radeon R7 260X)
Updated by Ilya Lavrenov about 11 years ago
- Status changed from Open to Done