Points and Tangents

版本 1.2.0.0 (6.4 KB) 作者: Marcelo Cicconet
Returns a list of pixels with tangents and corresponding magnitudes.
347.0 次下载
更新时间 2014/3/13

查看许可证

The main function is coefficientslist.m and the script pat.m shows how to use it.
coefficientslist.m returns a list of pixels (coordinates x (row) and y (column)), with the angles of the tangents at them (a), and the magnitudes of the tangents (m). The angles are computed via filtering with morlet wavelets.
(For a C++ implementation, see https://github.com/cicconet/PAT)

引用格式

Marcelo Cicconet (2024). Points and Tangents (https://www.mathworks.com/matlabcentral/fileexchange/45634-points-and-tangents), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2011b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Continuous Wavelet Transforms 的更多信息

Community Treasure Hunt

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

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

Updating description.

1.1.0.0

Updating description.

1.0.0.0