Skip to content

Commit d4444cb

Browse files
committed
Merge pull request #36 from kylemcdonald/patch-1
filename bug
2 parents 5dafc9c + f36631a commit d4444cb

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)