Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将图形图像(白色背景中的黑线)与其他图形集进行比较,并确定与该模式最相似的图形。在 C# 中做到这一点的最佳方法是什么?我们需要神经网络吗?我认为我们不能应用像素数或图像大小来匹配这个......想要匹配图形模式
请按照以下步骤操作:
1:获取两个图像中的线边界。
2:计算他们所选区域的直方图。
3:使用Bhattacharyya系数比较直方图。