Uses of Class
org.opencv.bgsegm.BackgroundSubtractorGMG
-
Packages that use BackgroundSubtractorGMG Package Description org.opencv.bgsegm -
-
Uses of BackgroundSubtractorGMG in org.opencv.bgsegm
Methods in org.opencv.bgsegm that return BackgroundSubtractorGMG Modifier and Type Method Description static BackgroundSubtractorGMGBackgroundSubtractorGMG. __fromPtr__(long addr)static BackgroundSubtractorGMGBgsegm. createBackgroundSubtractorGMG()Creates a GMG Background Subtractorstatic BackgroundSubtractorGMGBgsegm. createBackgroundSubtractorGMG(int initializationFrames)Creates a GMG Background Subtractorstatic BackgroundSubtractorGMGBgsegm. createBackgroundSubtractorGMG(int initializationFrames, double decisionThreshold)Creates a GMG Background Subtractor
-