Image Fourier Transform
Performs Fourier transform on images, normalizes the frequency spectrum, and displays results on 2D visualizations with implementation insights
Explore MATLAB source code curated for "二维图像" with clean implementations, documentation, and examples.
Performs Fourier transform on images, normalizes the frequency spectrum, and displays results on 2D visualizations with implementation insights
Reading 2D images, converting color images to grayscale, and performing image calculations including mean, variance, and FFT transformations
Reconstructing 3D building models using photographs captured by cameras, involving Structure from Motion (SfM) algorithms and multi-view stereo techniques.
This MATLAB program implements texture mapping from 2D images to 3D images, originally developed by the author for MRI medical imaging applications, featuring coordinate transformation algorithms and surface mapping techniques.
Practical 2D image spectral analysis techniques for image processing with complete MATLAB source code
Implementation of 2D image Fourier transform algorithm using MATLAB with code-level explanations for frequency domain analysis and processing
MATLAB implementation of the two-dimensional Walsh-Hadamard transform for image processing, including key algorithmic approaches and transformation matrix generation.
Phase retrieval using the GS (Gerchberg-Saxton) iterative algorithm for two-dimensional image reconstruction
A MATLAB-based program for generating two-dimensional image histograms with enhanced code explanations and implementation algorithms
This program implements target trajectory tracking in 2D images using Kalman filtering. The system employs background subtraction for target detection and feeds the results to a Kalman filter to predict the target's next appearance position (marked in red). The predicted position can be compared with the actual detected position (marked in green).