Discrete Frechet Distance

版本 1.4.0.0 (3.2 KB) 作者: Zachary Danziger
The discrete Frechet distance is a scalar measure of similarity between two curves.
4.3K 次下载
更新时间 2013/5/30

查看许可证

The Frechet distance is a measure of similarity between two curves, P and Q. It is defined as the minimum cord-length sufficient to join a point traveling forward along P and one traveling forward along Q, although the rate of travel for either point may not necessarily be uniform.

This algorithm calculates a bounded approximation of the Frechet distance using sampled points along curves P and Q.

引用格式

Zachary Danziger (2024). Discrete Frechet Distance (https://www.mathworks.com/matlabcentral/fileexchange/31922-discrete-frechet-distance), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2009a
兼容任何版本
平台兼容性
Windows macOS Linux
致谢

启发作品: Frechet Distance (discrete)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.4.0.0

Fixed call to nargin that should have been nargout

1.2.0.0

Added a new optional output which returns a valid coupling sequence at the suggestion of Lingji.

1.1.0.0

Removed extraneous inner function inputs for efficiency.

1.0.0.0