OpenCV version++; OpenCV Manager version++.

This commit is contained in:
Alexander Smorkalov
2013-12-23 11:31:41 +04:00
parent f9268d34dc
commit 4ec1930949
7 changed files with 39 additions and 31 deletions

View File

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