Version++ for android

This commit is contained in:
Maksim Shabunin
2015-12-18 17:57:07 +03:00
parent 4e669f59a0
commit 8d1f5b5490
5 changed files with 17 additions and 12 deletions

View File

@@ -62,6 +62,11 @@ public class OpenCVLoader
*/
public static final String OPENCV_VERSION_3_0_0 = "3.0.0";
/**
* OpenCV Library version 3.1.0.
*/
public static final String OPENCV_VERSION_3_0_0 = "3.1.0";
/**
* Loads and initializes OpenCV library from current application package. Roughly, it's an analog of system.loadLibrary("opencv_java").