Merge pull request #767 from asmorkalov:version_increment

This commit is contained in:
Andrey Kamaev
2013-04-04 18:00:43 +04:00
committed by OpenCV Buildbot
10 changed files with 38 additions and 29 deletions

View File

@@ -22,6 +22,12 @@ public class OpenCVLoader
*/
public static final String OPENCV_VERSION_2_4_4 = "2.4.4";
/**
* OpenCV Library version 2.4.5.
*/
public static final String OPENCV_VERSION_2_4_5 = "2.4.5";
/**
* 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.