List of usage examples for org.opencv.android OpenCVLoader OPENCV_VERSION_2_4_11
String OPENCV_VERSION_2_4_11
To view the source code for org.opencv.android OpenCVLoader OPENCV_VERSION_2_4_11.
Click Source Link
From source file:com.example.colordetector.CamMainActivity.java
License:Apache License
@Override public void onResume() { super.onResume(); OpenCVLoader.initAsync(OpenCVLoader.OPENCV_VERSION_2_4_11, this, loaderCallback); }