[Android] Add some matting app example code (#977)

add matting module
This commit is contained in:
Winter
2022-12-27 14:49:55 +08:00
committed by GitHub
parent 0670dfc9d7
commit 9f9f567092
10 changed files with 1043 additions and 2 deletions

View File

@@ -22,8 +22,7 @@
</intent-filter>
</activity>
<activity
android:name=".segmentation.SegmentationMainActivity"
android:label="Settings">
android:name=".segmentation.SegmentationMainActivity">
</activity>
<activity
android:name=".segmentation.SegmentationSettingsActivity"