二维图像 Resources

Showing items tagged with "二维图像"

Performs Fourier transform on images, normalizes the frequency spectrum, and displays results on 2D visualizations with implementation insights

MATLAB 182 views Tagged

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.

MATLAB 201 views Tagged

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

MATLAB 182 views Tagged