mirror of https://github.com/opencv/opencv.git
Open Source Computer Vision Library
https://opencv.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
873 B
24 lines
873 B
************************************ |
|
Java Static OpenCV Helper (internal) |
|
************************************ |
|
|
|
.. highlight:: java |
|
.. module:: org.opencv.android |
|
:platform: Android |
|
:synopsis: Implements Android dependent Java classes |
|
.. Class:: StaticHelper |
|
|
|
Helper class provides implementation of static OpenCV initialization. All OpenCV libraries must be included to application package. |
|
|
|
.. note:: This is internal class. Does not use it directly. Use OpenCVLoader.initDebug() instead! |
|
|
|
int initOpenCV() |
|
---------------- |
|
|
|
.. method:: int initOpenCV() |
|
|
|
Tries to init OpenCV library using libraries from application package. Method uses libopencv_info.so library for getting |
|
list of libraries in loading order. Method loads libopencv_java.so, if info library is not present. |
|
|
|
:rtype: boolean |
|
:return: Return true if initialization was successful |