我们的项目是进行照片相似度分析,找出最美的照片,利用android studio,在其中配置opencv环境,对图片进行分析

进行了opencv的环境配置
然后写了一个查看照片以及相似度的前端页面

<ImageView
    android:id="@+id/imageView1"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:scaleType="centerCrop"
    android:adjustViewBounds="true"
    android:src="@drawable/image1"/>

<ImageView
    android:id="@+id/imageView2"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:scaleType="centerCrop"
    android:adjustViewBounds="true"
    android:src="@drawable/image2"/>
posted on 2024-06-28 21:54  一点都不难  阅读(14)  评论(0编辑  收藏  举报