emailconfirmed
174
edits
| No edit summary | No edit summary | ||
| Line 10: | Line 10: | ||
| opencv.gray(); | opencv.gray(); | ||
| opencv.invert(); | opencv.invert(); | ||
| opencv.erode(); | opencv.erode(); | ||
| opencv.dilate(); | opencv.dilate(); | ||
| threshold = int(map(mouseX,0,width,0,255)); | |||
| opencv.threshold(threshold); | opencv.threshold(threshold); | ||