Ask Your Question

Revision history [back]

cv::BackgroundSubtractorMOG2, cv::CascadeClassifier(), thread contest

The objects in the subject send immediately my application to crash at the rows:

    CCEyes= new cv::CascadeClassifier();
    MOG2Background= new cv::BackgroundSubtractorMOG2();

The rows are in a thread, non in the mai crocess. That happens on Windows. On Linux all works well.

Have you got any suggestion?