Skip to content

Commit c4fb304

Browse files
committed
2 parents ae9372b + ccc531c commit c4fb304

110 files changed

Lines changed: 80 additions & 7 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
55
<classpathentry kind="lib" path="/Users/p0/Documents/Eclipse/processing-libraries/core.jar"/>
6-
<classpathentry kind="lib" path="/Users/p0/Documents/Eclipse/opencv-processing/lib/opencv-245.jar"/>
6+
<classpathentry kind="lib" path="lib/opencv-245.jar"/>
77
<classpathentry kind="output" path="bin"/>
88
</classpath>

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

lib/linux32/libopencv_calib3d.so

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
libopencv_calib3d.so.2.4
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
libopencv_calib3d.so.2.4.5
680 KB
Binary file not shown.

lib/linux32/libopencv_contrib.so

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
libopencv_contrib.so.2.4
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
libopencv_contrib.so.2.4.5
1020 KB
Binary file not shown.

lib/linux32/libopencv_core.so

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
libopencv_core.so.2.4

lib/linux32/libopencv_core.so.2.4

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
libopencv_core.so.2.4.5

0 commit comments

Comments
 (0)