New sample for CUDA on Android added.
This commit is contained in:
BIN
samples/android/tutorial-4-cuda/res/drawable/icon.png
Normal file
BIN
samples/android/tutorial-4-cuda/res/drawable/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.0 KiB |
@@ -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>
|
4
samples/android/tutorial-4-cuda/res/values/strings.xml
Normal file
4
samples/android/tutorial-4-cuda/res/values/strings.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="app_name">OCV T4 CUDA</string>
|
||||
</resources>
|
Reference in New Issue
Block a user