From ece946ba27ca7ee9b4aa3cc5b2f3226602b18a83 Mon Sep 17 00:00:00 2001 From: Guillaume Courrier Date: Tue, 5 Nov 2019 08:51:20 +0100 Subject: [PATCH] commentaire --- src/traitement.cpp | 1 + 1 file changed, 1 insertion(+) 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;