|
|
@ -14,7 +14,7 @@ public class OpenCVLoader |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* Loads and initializes OpenCV library from current application package. Roughly, it's an analog of system.loadLibrary("opencv_java"). |
|
|
|
* Loads and initializes OpenCV library from current application package. Roughly, it's an analog of system.loadLibrary("opencv_java"). |
|
|
|
* @return returns true is initialization of OpenCV was successful. |
|
|
|
* @return Returns true is initialization of OpenCV was successful. |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public static boolean initDebug() |
|
|
|
public static boolean initDebug() |
|
|
|
{ |
|
|
|
{ |
|
|
@ -26,7 +26,7 @@ public class OpenCVLoader |
|
|
|
* @param Version OpenCV library version. |
|
|
|
* @param Version OpenCV library version. |
|
|
|
* @param AppContext application context for connecting to the service. |
|
|
|
* @param AppContext application context for connecting to the service. |
|
|
|
* @param Callback object, that implements LoaderCallbackInterface for handling the connection status. |
|
|
|
* @param Callback object, that implements LoaderCallbackInterface for handling the connection status. |
|
|
|
* @return returns true if initialization of OpenCV is successful. |
|
|
|
* @return Returns true if initialization of OpenCV is successful. |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public static boolean initAsync(String Version, Context AppContext, |
|
|
|
public static boolean initAsync(String Version, Context AppContext, |
|
|
|
LoaderCallbackInterface Callback) |
|
|
|
LoaderCallbackInterface Callback) |
|
|
|