Steerable Gaussian Filters

Evaluates the directional derivative of an image along an arbitrary axis.
ダウンロード: 9K
更新 2006/1/18

ライセンスの表示

This program can be used to evaluate the first directional derivative of an image. The orientation of the filter can be specified by the user. In general, these filters could be useful for edge detection and image analysis.

The filters created by this program are derived from the "steerable filters" presented in:

W. T. Freeman and E. H. Adelson, "The Design and Use of Steerable Filters", IEEE PAMI, 1991.

A demonstration program (runDemo.m) is included which will create an animation showing the directional derivatives evenly-spaced from 0 degrees to 360 degrees (in 15 degree increments).

引用

Douglas Lanman (2024). Steerable Gaussian Filters (https://www.mathworks.com/matlabcentral/fileexchange/9645-steerable-gaussian-filters), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R14SP3
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0

This version addresses the comments made by Urs (us) Schwarz. The update attempts to extend the general utility of this program beyond the basic demonstration previously provided.