diff --git a/src/traitement.cpp b/src/traitement.cpp index 96f0f3d..76f7079 100644 --- a/src/traitement.cpp +++ b/src/traitement.cpp @@ -1,7 +1,6 @@ #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;