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

View File

@@ -0,0 +1,11 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<org.opencv.android.JavaCameraView
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:id="@+id/tutorial4_activity_surface_view" />
</LinearLayout>