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"
|
||||
|
||||
int filter(const cv::Mat& img, cv::Mat output, int seuil) {
|
||||
//comment
|
||||
bool detect = false;
|
||||
uchar R, G, B;
|
||||
int rows = img.rows;
|
||||
|
|
Loading…
Reference in a new issue