|
OpenCV 2.4.2 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencv.android.OpenCVLoader
public class OpenCVLoader
Helper class provides common initialization methods for OpenCV library
| Field Summary | |
|---|---|
static java.lang.String |
OPENCV_VERSION_2_4_2
OpenCV Library version 2.4.2 |
| Constructor Summary | |
|---|---|
OpenCVLoader()
|
|
| Method Summary | |
|---|---|
static boolean |
initAsync(java.lang.String Version,
Context AppContext,
LoaderCallbackInterface Callback)
Load and initialize OpenCV library using OpenCV Engine service. |
static boolean |
initDebug()
Load and initialize OpenCV library from current application package. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String OPENCV_VERSION_2_4_2
| Constructor Detail |
|---|
public OpenCVLoader()
| Method Detail |
|---|
public static boolean initAsync(java.lang.String Version,
Context AppContext,
LoaderCallbackInterface Callback)
Version - OpenCV Library versionAppContext - Application context for connecting to serviceCallback - Object, that implements LoaderCallbackInterface for handling Connection status
public static boolean initDebug()
|
Official OpenCV 2.4 Documentation | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||