We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fa983e commit 21a87b7Copy full SHA for 21a87b7
2 files changed
resources/build.properties
@@ -149,12 +149,12 @@ source.repository=https://github.com/atduskgreg/OpenCVPro
149
# This is used to compare different versions of the same library, and check if
150
# an update is available.
151
152
-library.version=14
+library.version=15
153
154
155
# The version as the user will see it.
156
157
-library.prettyVersion=0.5.3
+library.prettyVersion=0.5.4
158
159
160
library.copyright=(c) 2013
src/gab/opencv/Flow.java
@@ -39,6 +39,10 @@ public int height(){
39
public boolean hasFlow(){
40
return hasFlow;
41
}
42
+
43
+ public Mat getFlowMat(){
44
+ return flow;
45
+ }
46
47
public void calculateOpticalFlow(Mat m) {
48
int flags = runningFlags;
0 commit comments