Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

you will have to use the factory method to create one, there is no public constructor.

you will have to use the factory method to create one, there is no public constructor.

BackgroundSubtractorMOG2 mog2 = createBackgroundSubtractorMOG2();

you will have to use the factory method to create one, there is no public constructor.

BackgroundSubtractorMOG2 mog2 = createBackgroundSubtractorMOG2();
Video.createBackgroundSubtractorMOG2();