We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dafc9c commit f36631aCopy full SHA for f36631a
1 file changed
examples/ColorChannels/ColorChannels.pde
@@ -6,7 +6,7 @@ PImage src, r, g, b, h, s, v;
6
int imgH, imgW;
7
8
void setup() {
9
- src = loadImage("testImage.png");
+ src = loadImage("green_object.png");
10
opencv = new OpenCV(this, src);
11
size(int(opencv.width*1.5), int(opencv.height * 1.5), P2D);
12
0 commit comments