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.
7 lines
324 B
7 lines
324 B
14 years ago
|
APP_BUILD_SCRIPT := $(call my-dir)/Android.mk
|
||
|
APP_PROJECT_PATH := $(call my-dir)
|
||
|
# The ARMv7 is significanly faster due to the use of the hardware FPU
|
||
|
APP_ABI := armeabi armeabi-v7a
|
||
|
APP_MODULES := png jpeg jasper zlib opencv_lapack core imgproc ml highgui features2d \
|
||
|
legacy objdetect calib3d video contrib flann
|