Add ocl::SURF accurate test.
authorpeng xiao <hisenxpress@gmail.com>
Mon, 11 Mar 2013 10:35:30 +0000 (18:35 +0800)
committerpeng xiao <hisenxpress@gmail.com>
Mon, 11 Mar 2013 10:35:30 +0000 (18:35 +0800)
commit34998b60343e2c024818dbc094211d5bba01111d
treee86bc017df37c46181e642893e0150fde4c09406
parent13f402a5546dd98cf8277ae9bf756c05694463fb
Add ocl::SURF accurate test.

The test cases are ported from gpu module (masked version is still
missing).
Key point direction definition is synchronized with cv::SURF.
nonfree module dependency is added into ocl module's cmake file.
modules/ocl/CMakeLists.txt
modules/ocl/src/kernels/nonfree_surf.cl
modules/ocl/src/surf.cpp
modules/ocl/test/precomp.hpp
modules/ocl/test/test_surf.cpp [new file with mode: 0644]