mirror of
https://github.com/opencv/opencv.git
synced 2025-08-05 22:19:14 +08:00
workarounding service-related changes
This commit is contained in:
parent
87d1731714
commit
cf88b9d00c
@ -23,7 +23,9 @@ import android.util.Log;
|
||||
|
||||
public class OpenCVTestRunner extends InstrumentationTestRunner {
|
||||
|
||||
public static String LENA_PATH;
|
||||
static { System.loadLibrary("opencv_java"); }
|
||||
|
||||
public static String LENA_PATH;
|
||||
public static String CHESS_PATH;
|
||||
public static String LBPCASCADE_FRONTALFACE_PATH;
|
||||
public static Context context;
|
||||
|
Loading…
Reference in New Issue
Block a user