寻找直线与直线之间的交点我们在matlab中的图

发布于 2024-08-23 12:26:03 字数 104 浏览 14 评论 0原文

我们正在做一个关于耳朵识别的项目。我们已经得到了图中耳朵的边缘已经找到了每个的质心。我们还以 10 度间隔从质心绘制了线。现在我们需要知道如何在 matlab 中找到这些线与我们耳朵边缘的交点。

We are doing a project on ear recognition. We have got the edges of the ear in a figure & have found the centroid of each. We have also drawn lines from the centroid at 10 degree intervals. Now we need to know how to find the points of intersection of these lines with our ear edges in matlab.

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

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

发布评论

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

评论(1

心安伴我暖 2024-08-30 12:26:03

MATLAB Central File Exchange 上有很多关于查找曲线交点的提交:

快速且稳健的曲线交点

如果您的耳朵边缘表示为曲线,并且您可以为每条线计算至少 2 个点,则可以使用此功能非常快速地找到它们的交点。

There is great submission on MATLAB Central File Exchange to find curves intersections:

Fast and Robust Curve Intersections

If your ear edge represented as curve and you can calculate at least 2 points for each lines, you can find their intersections very fast with this function.

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