commentaire
This commit is contained in:
parent
9a5dea101b
commit
ece946ba27
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue