1 | initial version |
you will have to use the factory method to create one, there is no public constructor.
2 | No.2 Revision |
you will have to use the factory method to create one, there is no public constructor.
BackgroundSubtractorMOG2 mog2 = createBackgroundSubtractorMOG2();
3 | No.3 Revision |
you will have to use the factory method to create one, there is no public constructor.
BackgroundSubtractorMOG2 mog2 = createBackgroundSubtractorMOG2();
Video.createBackgroundSubtractorMOG2();