Merge tag '3.1.0'

OpenCV 3.1.0
This commit is contained in:
Alexander Alekhin
2015-12-21 14:24:46 +03:00
7 changed files with 27 additions and 23 deletions

View File

@@ -51,7 +51,7 @@
#define __OPENCV_VERSION_HPP__
#define CV_VERSION_MAJOR 3
#define CV_VERSION_MINOR 0
#define CV_VERSION_MINOR 1
#define CV_VERSION_REVISION 0
#define CV_VERSION_STATUS "-dev"

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_1_0 = "3.1.0";
/**
* Loads and initializes OpenCV library from current application package. Roughly, it's an analog of system.loadLibrary("opencv_java").