OpenCV Manager version++.

This commit is contained in:
Alexander Smorkalov
2014-09-30 12:05:46 +04:00
parent 45a1063c4a
commit a0431acb37
6 changed files with 31 additions and 17 deletions

View File

@@ -47,6 +47,12 @@ public class OpenCVLoader
*/
public static final String OPENCV_VERSION_2_4_9 = "2.4.9";
/**
* OpenCV Library version 2.4.10.
*/
public static final String OPENCV_VERSION_2_4_10 = "2.4.10";
/**
* Loads and initializes OpenCV library from current application package. Roughly, it's an analog of system.loadLibrary("opencv_java").
* @return Returns true is initialization of OpenCV was successful.