傅立叶变换 Resources

Showing items tagged with "傅立叶变换"

This source code implements Fourier transform with image registration capabilities, featuring carefully tested algorithms including phase correlation and frequency domain transformation methods for robust image alignment.

MATLAB 222 views Tagged

MATLAB Image Orthogonal Transformations - Universal Orthogonal Transform Operators including Fourier Transform, Discrete Cosine Transform, Walsh-Hadamard Transform, Radon Transform, and Wavelet Transform with implementation approaches

MATLAB 240 views Tagged

P0301: Display of digital image matrix data and its Fourier transform implementation using fft2 function. P0302: Image compression using 2D Discrete Cosine Transform (DCT) with dct2 function. P0303: Image contrast enhancement through grayscale transformation techniques. P0304: Histogram equalization for image enhancement. P0305: Simulation of Gaussian white noise and salt-and-pepper noise effects on images. P0306: Median filtering using medfilt2 function for salt-and-pepper noise removal. P0307: Mean filtering implementation using MATLAB's filter2 function for noise reduction. P0308: Adaptive Wiener filtering for image restoration. P0309: Image sharpening using five different gradient enhancement methods including Sobel and Prewitt operators. P0310: High-pass filtering and mask processing techniques. P0311: Image smoothing using Butterworth low-pass filter implementation.

MATLAB 211 views Tagged