Color blob detection sample ported on new framework.

This commit is contained in:
Alexander Smorkalov
2012-10-22 16:21:35 +04:00
committed by Andrey Kamaev
parent 2fd8b51a26
commit c64ee44c9e
4 changed files with 153 additions and 326 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.framework.OpenCvJavaCameraView
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:id="@+id/color_blob_detection_activity_surface_view" />
</LinearLayout>