OpenCV 2.4.4 preparation

Manager verison incremented;
Additional constatnt for library intialization added;
Documents updated.
This commit is contained in:
Alexander Smorkalov
2013-02-21 14:42:28 +04:00
parent c1a5d1c44a
commit 9f39c8eaa1
5 changed files with 26 additions and 17 deletions

View File

@@ -48,7 +48,7 @@ See the "15-puzzle" OpenCV sample for details.
super.onResume();
Log.i(TAG, "Trying to load OpenCV library");
if (!OpenCVLoader.initAsync(OpenCVLoader.OPENCV_VERSION_2_4_3, this, mOpenCVCallBack))
if (!OpenCVLoader.initAsync(OpenCVLoader.OPENCV_VERSION_2_4_4, this, mOpenCVCallBack))
{
Log.e(TAG, "Cannot connect to OpenCV Manager");
}

View File

@@ -47,3 +47,7 @@ OpenCV version constants
.. data:: OPENCV_VERSION_2_4_3
OpenCV Library version 2.4.3
.. data:: OPENCV_VERSION_2_4_4
OpenCV Library version 2.4.4