Example usage for org.opencv.android OpenCVLoader OPENCV_VERSION_2_4_11

List of usage examples for org.opencv.android OpenCVLoader OPENCV_VERSION_2_4_11

Introduction

In this page you can find the example usage for org.opencv.android OpenCVLoader OPENCV_VERSION_2_4_11.

Prototype

String OPENCV_VERSION_2_4_11

To view the source code for org.opencv.android OpenCVLoader OPENCV_VERSION_2_4_11.

Click Source Link

Document

OpenCV Library version 2.4.11.

Usage

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);
}