# 图片相识度计算-图片比对 **Repository Path**: tansuyun/img_comparison ## Basic Information - **Project Name**: 图片相识度计算-图片比对 - **Description**: 基于Golang的图片相识度计算,图片比对并提取, 用于比较两个目录中的图片,并把符合相识度的条件的图片拷贝到额外的目录 - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 2 - **Created**: 2023-02-21 - **Last Updated**: 2024-03-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Golang 的图片相识度计算 ```shell Usage of ./image.exe: -find string 请输入作为源文件的目录,将从from中寻找与find目录中相似的图片 (default "./find") -found string 输入存储找到文件的路径 (default "./found") -from string 请输入要比较的文件来源 (default "./old") -limit int 请输入相识度,0-99,值越小匹配度越高 (default 8) ```