cv::ocl::Context::CL_DOUBLE not found (branch 2.4) (Bug #3303)
Description
Inside the module ocl in the file svm.cpp used cv::ocl::Context::CL_DOUBLE (line 479 ff), but ocl.hpp contains no description for this enum. Therefore ocl module can not be assembled.
History
Updated by Sergei Belousov over 11 years ago
- Target version deleted (
2.4.7)
Updated by Kirill Kornyakov over 11 years ago
Andrey, please let us know if you need additional details.
- Status changed from New to Open
Updated by Peter Andreas Entschev over 11 years ago
I believe this report can be closed as occurrences of Context::CL_DOUBLE were changed to FEATURE_CL_DOUBLE in the newest version of svm.cpp . Now the compiling doesn't break.
- % Done changed from 0 to 100
Updated by Andrey Pavlenko over 11 years ago
- Status changed from Open to Done