From 0a41ac999f72b9450e3c62513d2981fa0ef3e7e7 Mon Sep 17 00:00:00 2001
From: Andrews Cordolino Sobral <andrewssobral@gmail.com>
Date: Sat, 4 Mar 2023 19:23:59 +0100
Subject: [PATCH] Enabled 9 algorithms compatible with OpenCV 4.x

---
 bgslibrary/algorithms/algorithms.h | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/bgslibrary/algorithms/algorithms.h b/bgslibrary/algorithms/algorithms.h
index 4a59bfa..b6d92b9 100644
--- a/bgslibrary/algorithms/algorithms.h
+++ b/bgslibrary/algorithms/algorithms.h
@@ -22,19 +22,19 @@
 #include "T2FGMM_UV.h" // Only for OpenCV 2 or 3
 #include "T2FMRF_UM.h" // Only for OpenCV 2 or 3
 #include "T2FMRF_UV.h" // Only for OpenCV 2 or 3
-#include "FuzzySugenoIntegral.h" // Only for OpenCV 2 or 3
-#include "FuzzyChoquetIntegral.h" // Only for OpenCV 2 or 3
-#include "LBSimpleGaussian.h" // Only for OpenCV 2 or 3
-#include "LBFuzzyGaussian.h" // Only for OpenCV 2 or 3
+#include "FuzzySugenoIntegral.h"
+#include "FuzzyChoquetIntegral.h"
+#include "LBSimpleGaussian.h"
+#include "LBFuzzyGaussian.h"
 #include "LBMixtureOfGaussians.h" // Only for OpenCV 2 or 3
-#include "LBAdaptiveSOM.h" // Only for OpenCV 2 or 3
-#include "LBFuzzyAdaptiveSOM.h" // Only for OpenCV 2 or 3
+#include "LBAdaptiveSOM.h"
+#include "LBFuzzyAdaptiveSOM.h"
 #include "LBP_MRF.h" // Only for OpenCV 2 or OpenCV <= 3.4.7
 #include "MultiLayer.h" // Only for OpenCV 2 or OpenCV <= 3.4.7
 #include "PixelBasedAdaptiveSegmenter.h"
-#include "VuMeter.h" // Only for OpenCV 2 or 3
-#include "KDE.h" // Only for OpenCV 2 or 3
-#include "IndependentMultimodal.h" // Only for OpenCV 2 or 3
+#include "VuMeter.h"
+#include "KDE.h"
+#include "IndependentMultimodal.h"
 #include "MultiCue.h" // Only for OpenCV 2 or 3
 #include "SigmaDelta.h"
 #include "SuBSENSE.h"
-- 
GitLab