Skip to content

Commit

Permalink
fix background subtraction example, bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
atduskgreg committed Oct 17, 2014
1 parent f1aebe6 commit 054a989
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/BackgroundSubtraction/BackgroundSubtraction.pde
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Movie video;
OpenCV opencv;

void setup() {
size(720, 480, P2D);
size(720, 480);
video = new Movie(this, "street.mov");
opencv = new OpenCV(this, 720, 480);

Expand Down
6 changes: 3 additions & 3 deletions resources/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -149,20 +149,20 @@ source.repository=https://github.com/atduskgreg/OpenCVPro
# This is used to compare different versions of the same library, and check if
# an update is available.

library.version=10
library.version=11


# The version as the user will see it.

library.prettyVersion=0.4.5
library.prettyVersion=0.5.0


library.copyright=(c) 2013
library.dependencies=?
library.keywords=?

tested.platform=osx,windows7
tested.processingVersion=2.0.3
tested.processingVersion=2.1.12


# Include javadoc references into your project's javadocs.
Expand Down

0 comments on commit 054a989

Please sign in to comment.