init - 初始化项目
This commit is contained in:
BIN
modules/java/test/common_test/res/drawable/chessboard.jpg
Normal file
BIN
modules/java/test/common_test/res/drawable/chessboard.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
BIN
modules/java/test/common_test/res/drawable/icon.png
Normal file
BIN
modules/java/test/common_test/res/drawable/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.6 KiB |
BIN
modules/java/test/common_test/res/drawable/lena.png
Normal file
BIN
modules/java/test/common_test/res/drawable/lena.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 483 KiB |
12
modules/java/test/common_test/res/layout/main.xml
Normal file
12
modules/java/test/common_test/res/layout/main.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:orientation="vertical"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
>
|
||||
<TextView
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/hello"
|
||||
/>
|
||||
</LinearLayout>
|
||||
1505
modules/java/test/common_test/res/raw/lbpcascade_frontalface.xml
Normal file
1505
modules/java/test/common_test/res/raw/lbpcascade_frontalface.xml
Normal file
File diff suppressed because it is too large
Load Diff
5
modules/java/test/common_test/res/values/strings.xml
Normal file
5
modules/java/test/common_test/res/values/strings.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="hello">Hello World!</string>
|
||||
<string name="app_name">OpenCV_JavaAPI_Tests</string>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user