OpenCV Version++. OpenCV Manager Version++.

This commit is contained in:
Alexander Smorkalov
2013-11-01 15:22:34 +04:00
parent e7e6d9d63c
commit f027cf80f7
7 changed files with 28 additions and 19 deletions

View File

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