commentaire

This commit is contained in:
Guillaume Courrier 2019-11-05 08:53:25 +01:00
parent ece946ba27
commit 5f35ec91a1

View file

@ -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;