-
-
Notifications
You must be signed in to change notification settings - Fork 745
List of available algorithms
Andrews Cordolino Sobral edited this page Mar 4, 2023
·
13 revisions
Algorithm | OpenCV < 3.0 (42) | 3.0 <= OpenCV <= 3.4.7 (41) | 3.4.7 < OpenCV < 4.0 (39) | OpenCV >= 4.0 (26) |
---|---|---|---|---|
AdaptiveBackgroundLearning | ✔️ | ✔️ | ✔️ | ✔️ |
AdaptiveSelectiveBackgroundLearning | ✔️ | ✔️ | ✔️ | ✔️ |
CodeBook | ✔️ | ✔️ | ✔️ | ✔️ |
DPAdaptiveMedian | ✔️ | ✔️ | ✔️ | ❌ |
DPEigenbackground | ✔️ | ✔️ | ✔️ | ❌ |
DPGrimsonGMM | ✔️ | ✔️ | ✔️ | ❌ |
DPMean | ✔️ | ✔️ | ✔️ | ❌ |
DPPratiMediod | ✔️ | ✔️ | ✔️ | ❌ |
DPTexture | ✔️ | ✔️ | ✔️ | ❌ |
DPWrenGA | ✔️ | ✔️ | ✔️ | ❌ |
DPZivkovicAGMM | ✔️ | ✔️ | ✔️ | ❌ |
FrameDifference | ✔️ | ✔️ | ✔️ | ✔️ |
FuzzyChoquetIntegral | ✔️ | ✔️ | ✔️ | ✔️ |
FuzzySugenoIntegral | ✔️ | ✔️ | ✔️ | ✔️ |
GMG | ✔️ | ❌ | ❌ | ❌ |
IndependentMultimodal | ✔️ | ✔️ | ✔️ | ✔️ |
KDE | ✔️ | ✔️ | ✔️ | ✔️ |
KNN | ❌ | ✔️ | ✔️ | ✔️ |
LBAdaptiveSOM | ✔️ | ✔️ | ✔️ | ✔️ |
LBFuzzyAdaptiveSOM | ✔️ | ✔️ | ✔️ | ✔️ |
LBFuzzyGaussian | ✔️ | ✔️ | ✔️ | ✔️ |
LBMixtureOfGaussians | ✔️ | ✔️ | ✔️ | ✔️ |
LBP_MRF | ✔️ | ✔️ | ❌ | ❌ |
LBSimpleGaussian | ✔️ | ✔️ | ✔️ | ✔️ |
LOBSTER | ✔️ | ✔️ | ✔️ | ✔️ |
MixtureOfGaussianV1 | ✔️ | ❌ | ❌ | ❌ |
MixtureOfGaussianV2 | ✔️ | ✔️ | ✔️ | ✔️ |
MultiCue | ✔️ | ✔️ | ✔️ | ❌ |
MultiLayer | ✔️ | ✔️ | ❌ | ❌ |
PAWCS | ✔️ | ✔️ | ✔️ | ✔️ |
PixelBasedAdaptiveSegmenter | ✔️ | ✔️ | ✔️ | ✔️ |
SigmaDelta | ✔️ | ✔️ | ✔️ | ✔️ |
StaticFrameDifference | ✔️ | ✔️ | ✔️ | ✔️ |
SuBSENSE | ✔️ | ✔️ | ✔️ | ✔️ |
T2FGMM_UM | ✔️ | ✔️ | ✔️ | ❌ |
T2FGMM_UV | ✔️ | ✔️ | ✔️ | ❌ |
T2FMRF_UM | ✔️ | ✔️ | ✔️ | ❌ |
T2FMRF_UV | ✔️ | ✔️ | ✔️ | ❌ |
TwoPoints | ✔️ | ✔️ | ✔️ | ✔️ |
ViBe | ✔️ | ✔️ | ✔️ | ✔️ |
VuMeter | ✔️ | ✔️ | ✔️ | ✔️ |
WeightedMovingMean | ✔️ | ✔️ | ✔️ | ✔️ |
WeightedMovingVariance | ✔️ | ✔️ | ✔️ | ✔️ |
Legend:
- (0) native from OpenCV.
- (1) thanks to Donovan Parks.
- (2) thanks to Thierry Bouwmans, Fida EL BAF and Zhenjie Zhao.
- (3) thanks to Laurence Bender.
- (4) thanks to Jian Yao and Jean-Marc Odobez.
- (5) thanks to Martin Hofmann, Philipp Tiefenbacher and Gerhard Rigoll.
- (6) thanks to Lionel Robinault and Antoine Vacavant.
- (7) thanks to Ahmed Elgammal.
- (8) thanks to Csaba Kertész.
- (9) thanks to Domenico Daniele Bloisi.
- (10) thanks to SeungJong Noh.
- (11) thanks to Benjamin Laugraud.
- (12) thanks to Pierre-Luc St-Charles.