标签: c#
假设我们的图像包含方形,圆形和其他一些距离的对象,现在我想用c#找到这些对象之间的长度。
答案 0 :(得分:2)
首先你需要识别形状,因为我会推荐这个框架。 aforge。
然后查找距离阅读此博客Computer vision processing in .Net, part II