Skip to content

Commit 054a989

Browse files
committed
fix background subtraction example, bump version number
1 parent f1aebe6 commit 054a989

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

examples/BackgroundSubtraction/BackgroundSubtraction.pde

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Movie video;
55
OpenCV opencv;
66

77
void setup() {
8-
size(720, 480, P2D);
8+
size(720, 480);
99
video = new Movie(this, "street.mov");
1010
opencv = new OpenCV(this, 720, 480);
1111

resources/build.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,20 +149,20 @@ source.repository=https://github.com/atduskgreg/OpenCVPro
149149
# This is used to compare different versions of the same library, and check if
150150
# an update is available.
151151

152-
library.version=10
152+
library.version=11
153153

154154

155155
# The version as the user will see it.
156156

157-
library.prettyVersion=0.4.5
157+
library.prettyVersion=0.5.0
158158

159159

160160
library.copyright=(c) 2013
161161
library.dependencies=?
162162
library.keywords=?
163163

164164
tested.platform=osx,windows7
165-
tested.processingVersion=2.0.3
165+
tested.processingVersion=2.1.12
166166

167167

168168
# Include javadoc references into your project's javadocs.

0 commit comments

Comments
 (0)