New sample for CUDA on Android added.
authorAlexander Smorkalov <alexander.smorkalov@itseez.com>
Mon, 23 Dec 2013 11:20:09 +0000 (15:20 +0400)
committerAlexander Smorkalov <alexander.smorkalov@itseez.com>
Thu, 26 Dec 2013 10:52:41 +0000 (14:52 +0400)
commitb3eee49451142b82bef43daba0f255e276086aa5
treef44975f5661854d9eb99129ed131ad46fbdc05e5
parent60906d9175be2cd465e0fa7ff1e0737a459695b6
New sample for CUDA on Android added.
14 files changed:
samples/android/CMakeLists.txt
samples/android/tutorial-4-cuda/.classpath [new file with mode: 0644]
samples/android/tutorial-4-cuda/.cproject [new file with mode: 0644]
samples/android/tutorial-4-cuda/.project [new file with mode: 0644]
samples/android/tutorial-4-cuda/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
samples/android/tutorial-4-cuda/AndroidManifest.xml [new file with mode: 0644]
samples/android/tutorial-4-cuda/CMakeLists.txt [new file with mode: 0644]
samples/android/tutorial-4-cuda/jni/Android.mk [new file with mode: 0644]
samples/android/tutorial-4-cuda/jni/Application.mk [new file with mode: 0644]
samples/android/tutorial-4-cuda/jni/jni_part.cpp [new file with mode: 0644]
samples/android/tutorial-4-cuda/res/drawable/icon.png [new file with mode: 0644]
samples/android/tutorial-4-cuda/res/layout/tutorial4_surface_view.xml [new file with mode: 0644]
samples/android/tutorial-4-cuda/res/values/strings.xml [new file with mode: 0644]
samples/android/tutorial-4-cuda/src/org/opencv/samples/tutorial4/Tutorial4Activity.java [new file with mode: 0644]