1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

New sample for CUDA on Android added.

This commit is contained in:
Alexander Smorkalov
2013-12-23 15:20:09 +04:00
parent 60906d9175
commit b3eee49451
14 changed files with 480 additions and 0 deletions
@@ -0,0 +1,13 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
CUDA_TOOLKIT_DIR=$(CUDA_TOOLKIT_ROOT)
include ../../sdk/native/jni/OpenCV.mk
LOCAL_MODULE := cuda_sample
LOCAL_SRC_FILES := jni_part.cpp
LOCAL_LDLIBS += -llog -ldl
LOCAL_LDFLAGS += -Os
include $(BUILD_SHARED_LIBRARY)