1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

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
@@ -107,7 +107,7 @@ public class FdActivity extends Activity {
requestWindowFeature(Window.FEATURE_NO_TITLE);
Log.i(TAG, "Trying to load OpenCV library");
if (!OpenCVLoader.initAsync(OpenCVLoader.OPEN_CV_VERSION_2_4_0, this, mOpenCVCallBack))
if (!OpenCVLoader.initAsync(OpenCVLoader.OPEN_CV_VERSION_2_4_2, this, mOpenCVCallBack))
{
Log.e(TAG, "Cannot connect to OpenCV Manager");
}