BackgroundSubtractorMOG2 not working in OpenCV 3.0
Hi everyone!
I can't initial BackgroundSubtractorMOG2 with my variable.
Help me pls! Thanks.
Hi everyone!
I can't initial BackgroundSubtractorMOG2 with my variable.
Help me pls! Thanks.
you will have to use the factory method to create one, there is no public constructor.
BackgroundSubtractorMOG2 mog2 = Video.createBackgroundSubtractorMOG2();
Asked: 2015-03-12 02:39:14 -0600
Seen: 1,157 times
Last updated: Mar 12 '15
Unresolved inclusion in OpenCV+Android tutorial
How to convert Floating point image to 32-bit single-channel?
How to translate this to Java?
android: how to put a column into Mat
OpenCV Tutorial 1 - Add OpenCV on API 8
Running the OpenCV4Android application on my PC
Using OpenCV as a stress detector