File tree Expand file tree Collapse file tree
examples/BackgroundSubtraction Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Movie video;
55OpenCV opencv;
66
77void 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
Original file line number Diff line number Diff 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
160160library.copyright =(c) 2013
161161library.dependencies =?
162162library.keywords =?
163163
164164tested.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.
You can’t perform that action at this time.
0 commit comments