OpenCV 2.4.0 constant version removed. All docs and samples updated for 2.4.2.

This commit is contained in:
Alexander Smorkalov
2012-07-03 07:58:48 +00:00
parent a78bd92b8e
commit 65b53f96d0
12 changed files with 31 additions and 41 deletions

View File

@@ -379,7 +379,7 @@ There is a very base code snippet for Async init. It shows only basis principles
super.onCreate(savedInstanceState);
Log.i(TAG, "Trying to load OpenCV library");
if (!OpenCVLoader.initAsync(OpenCVLoader.OPENCV_VERSION_2_4_0, this, mOpenCVCallBack))
if (!OpenCVLoader.initAsync(OpenCVLoader.OPENCV_VERSION_2_4_2, this, mOpenCVCallBack))
{
Log.e(TAG, "Cannot connect to OpenCV Manager");
}