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.
12 lines
365 B
12 lines
365 B
LOCAL_PATH := $(call my-dir) |
|
|
|
include $(CLEAR_VARS) |
|
|
|
OPENCV_CAMERA_MODULES := off |
|
include OpenCV.mk |
|
|
|
LOCAL_MODULE := opencv_java |
|
LOCAL_SRC_FILES := android.cpp calib3d.cpp features2d.cpp imgproc.cpp ml.cpp utils.cpp VideoCapture.cpp core.cpp highgui.cpp Mat.cpp objdetect.cpp video.cpp |
|
LOCAL_LDLIBS += -llog -ldl -ljnigraphics |
|
|
|
include $(BUILD_SHARED_LIBRARY)
|
|
|