diff --git a/src/traitement.cpp b/src/traitement.cpp index 76f7079..96f0f3d 100644 --- a/src/traitement.cpp +++ b/src/traitement.cpp @@ -1,6 +1,7 @@ #include "opencv2/opencv.hpp" int filter(const cv::Mat& img, cv::Mat output, int seuil) { + //comment bool detect = false; uchar R, G, B; int rows = img.rows;