Skip to content

Commit f36631a

Browse files
committed
filename bug
1 parent 5dafc9c commit f36631a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/ColorChannels/ColorChannels.pde

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PImage src, r, g, b, h, s, v;
66
int imgH, imgW;
77

88
void setup() {
9-
src = loadImage("testImage.png");
9+
src = loadImage("green_object.png");
1010
opencv = new OpenCV(this, src);
1111
size(int(opencv.width*1.5), int(opencv.height * 1.5), P2D);
1212

0 commit comments

Comments
 (0)