commentaire

This commit is contained in:
Guillaume Courrier 2019-11-05 08:51:20 +01:00
parent 9a5dea101b
commit ece946ba27

View file

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