Compile error due to references to ocl in BackgroundSubtractorMOG2 (when openCL is disabled) (Bug #4289)
Description
I built the openCV library for an embedded system and I have a stripped-down version of the library (without openCL).
I need to use BackgroundSubtractorMOG2 and I get compile errors since there is code that is not protected with #ifdef HAVE_OPENCL. This problem may also exist within other files for other classes.
I would be willing to help fix this.
History
Updated by Vadim Pisarevsky almost 10 years ago
I do not think we (opencv team) will deal with custom subsets of opencv. Use it at your own risk, do not try it at home, blah-blah-blah
- Status changed from New to Cancelled