Added one more Android sample (using OpenCV from native)
authorAndrey Kamaev <no@email>
Wed, 29 Jun 2011 12:26:27 +0000 (12:26 +0000)
committerAndrey Kamaev <no@email>
Wed, 29 Jun 2011 12:26:27 +0000 (12:26 +0000)
commit4b61683071f84c09a101a074d0ae944397154650
tree852055ae779c084801e4f6c48f31b4564d31eb64
parent724a3c1473566f38b4c1b4ddc1baaec669ce5bca
Added one more Android sample (using OpenCV from native)
13 files changed:
samples/android/1-java/.project
samples/android/2-native/.classpath [new file with mode: 0644]
samples/android/2-native/.project [new file with mode: 0644]
samples/android/2-native/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
samples/android/2-native/AndroidManifest.xml [new file with mode: 0644]
samples/android/2-native/default.properties [new file with mode: 0644]
samples/android/2-native/jni/Android.mk [new file with mode: 0644]
samples/android/2-native/jni/Application.mk [new file with mode: 0644]
samples/android/2-native/jni/jni_part.cpp [new file with mode: 0644]
samples/android/2-native/res/drawable/icon.png [new file with mode: 0644]
samples/android/2-native/res/values/strings.xml [new file with mode: 0644]
samples/android/2-native/src/org/opencv/samples/s2/Sample2Native.java [new file with mode: 0644]
samples/android/2-native/src/org/opencv/samples/s2/Sample2View.java [new file with mode: 0644]