Merged the recent fixes from 2.4 branch
This commit is contained in:
@@ -56,7 +56,7 @@ class AsyncServiceHelper
|
||||
private LoaderCallbackInterface mUserAppCallback = Callback;
|
||||
public String getPackageName()
|
||||
{
|
||||
return "OpenCV Manager Service";
|
||||
return "OpenCV Manager";
|
||||
}
|
||||
public void install() {
|
||||
Log.d(TAG, "Trying to install OpenCV Manager via Google Play");
|
||||
|
@@ -8,14 +8,9 @@ import android.content.Context;
|
||||
public class OpenCVLoader
|
||||
{
|
||||
/**
|
||||
* OpenCV Library version 2.4.0
|
||||
* OpenCV Library version 2.4.2
|
||||
*/
|
||||
public static final String OPEN_CV_VERSION_2_4_0 = "2.4.0";
|
||||
|
||||
/**
|
||||
* OpenCV Library version 2.4.0
|
||||
*/
|
||||
public static final String OPEN_CV_VERSION_2_4_2 = "2.4.2";
|
||||
public static final String OPENCV_VERSION_2_4_2 = "2.4.2";
|
||||
|
||||
/**
|
||||
* Load and initialize OpenCV library from current application package. Roughly it is analog of system.loadLibrary("opencv_java")
|
||||
|
Reference in New Issue
Block a user