Browse Source

commentaire

master
Guillaume Courrier 6 years ago
parent
commit
ece946ba27
  1. 1
      src/traitement.cpp

1
src/traitement.cpp

@ -1,6 +1,7 @@
#include "opencv2/opencv.hpp" #include "opencv2/opencv.hpp"
int filter(const cv::Mat& img, cv::Mat output, int seuil) { int filter(const cv::Mat& img, cv::Mat output, int seuil) {
//comment
bool detect = false; bool detect = false;
uchar R, G, B; uchar R, G, B;
int rows = img.rows; int rows = img.rows;

Loading…
Cancel
Save