Platforms: Android
Helper class provides common initialization methods for OpenCV library
Load and initialize OpenCV library from current application package. Roughly it is analog of system.loadLibrary(“opencv_java”)
Return type: | boolean |
---|---|
Returns: | Return true if initialization of OpenCV was successful |
Note
This way is deprecated for production code. It is designed for experimantal and local development purposes only. If you want to publish your app use approach with async initialization
Load and initialize OpenCV library using OpenCV Manager service.
Parameters: |
|
---|---|
Return type: | boolean |
Returns: | Return true if initialization of OpenCV starts successfully |