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.
我们正在做一个关于耳朵识别的项目。我们已经在一个图中得到了耳朵的边缘并找到了每个的质心。我们还以 10 度的间隔从质心画线。现在我们需要知道如何在matlab中找到这些线与我们耳朵边缘的交点。
在 MATLAB Central File Exchange 上有很好的提交来查找曲线交点:
快速稳健的曲线交点
如果您的耳朵边缘表示为曲线,并且您可以为每条线计算至少 2 个点,您可以使用此功能非常快速地找到它们的交点。