bandbank -- isotropic image spectral decomposition and filtering

Decompose images into spatially isotropic spectral component images.
80 descargas
Actualizado 24 ene 2017

Ver licencia

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).

Citar como

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. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2013b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Frequency Transformations en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0