andrewssobral / bgslibrary

A C++ Background Subtraction Library with wrappers for Python, MATLAB, Java and GUI on QT
MIT License
2.19k stars 743 forks source link

LITIV OpenCL implementation #100

Open fabvio opened 6 years ago

fabvio commented 6 years ago

I found in LITIV source code:

#if HAVE_OPENCL
// ... @@@ add impl later
//template struct IBackgroundSubtractorLBSP_<lv::OpenCL>;
#endif //HAVE_OPENCL

Could you please provide such implementation? It would really help me a lot. Thanks in advance

andrewssobral commented 6 years ago

Hi @fabvio ! Unfortunately, the BackgroundSubtractorLBSP included in the bgslibrary is not optimized for OpenCL.