几何信息的计算机视觉技术

发布于 2024-10-07 02:50:31 字数 174 浏览 4 评论 0原文

我正在尝试研究和实现一些计算机视觉技术,例如二维中一组任意点的运动跟踪。我正在为我知道的一组点生成一个凸包,并为其可能映射到的一组点生成一个凸包。我正在寻找资源来帮助我比较两个船体的相似程度,然后如果足够相似,它们实际上如何相互映射? 任何关于在哪里可以找到讨论这种算法风格以及该领域可能更复杂的算法的优质资源/书籍的信息将不胜感激。

I am trying to research and implement some computer vision techniques e.g. motion tracking for a set of arbitrary points in 2D. I am producing a convex hull for the set of points I know and a convex hull for the set of points that it could potentially map to. I am looking for resources that would help me in comparing how similar the two hulls are and then if similar enough how they actually map on to each other?
Any information on where to find good resources/books that discuss this style of algorithm and potentially more complex algorithms in this area would be greatly appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

阳光的暖冬 2024-10-14 02:50:31

我过去曾使用迭代最近点来匹配2d和3d点集。

I've used iterative closest point to match 2d and 3d point sets in the past.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文