commentaire
This commit is contained in:
parent
ece946ba27
commit
5f35ec91a1
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
#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