bandbank -- isotropic image spectral decomposition and filtering

版本 1.0.0.0 (3.6 KB) 作者: Tristan Ursell
Decompose images into spatially isotropic spectral component images.
80.0 次下载
更新时间 2017/1/24

查看许可证

Tristan Ursell
Bandpass filter bank
Jan 2017
Im2=bandbank(Im1,dF,NF)
Im2=bandbank(Im1,dF,NF,beta)
Im2=bandbank(Im1,[band_vec],beta)

Im1 = input image (single channel)
dF = stepsize in radial frequency space
NF = number of filters applied
NF=1 means no filter
NF=2 means low pass and high pass about dF
NF>2 bandpass filters in steps of dF

Im2 = spectrally decomposed output images from Im1

The optional parameter 'beta' sets the sharpness of the frequency cutoff
between the bands, higher numbers are sharper cutoffs -- smoother cutoffs
reduce ringing, but have mixed fequency regions with other bands. The
default value is beta=0.5.

The decomposed images have the property that 'sum(Im2,3)=Im1' (to a good approximation).

引用格式

Tristan Ursell (2024). bandbank -- isotropic image spectral decomposition and filtering (https://www.mathworks.com/matlabcentral/fileexchange/61255-bandbank-isotropic-image-spectral-decomposition-and-filtering), MATLAB Central File Exchange. 检索来源 .

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

Community Treasure Hunt

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

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