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 BackgroundSubtractorGMG
BackgroundSubtractorGMG. __fromPtr__(long addr)
static BackgroundSubtractorGMG
Bgsegm. createBackgroundSubtractorGMG()
Creates a GMG Background Subtractorstatic BackgroundSubtractorGMG
Bgsegm. createBackgroundSubtractorGMG(int initializationFrames)
Creates a GMG Background Subtractorstatic BackgroundSubtractorGMG
Bgsegm. createBackgroundSubtractorGMG(int initializationFrames, double decisionThreshold)
Creates a GMG Background Subtractor
-