init - 初始化项目
This commit is contained in:
BIN
samples/android/face-detection/res/drawable/icon.png
Normal file
BIN
samples/android/face-detection/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/fd_activity_surface_view" />
|
||||
|
||||
</LinearLayout>
|
||||
1505
samples/android/face-detection/res/raw/lbpcascade_frontalface.xml
Normal file
1505
samples/android/face-detection/res/raw/lbpcascade_frontalface.xml
Normal file
File diff suppressed because it is too large
Load Diff
4
samples/android/face-detection/res/values/strings.xml
Normal file
4
samples/android/face-detection/res/values/strings.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="app_name">OCV Face Detection</string>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user