图像处理 Resources

Showing items tagged with "图像处理"

Image processing techniques integration based on MATLAB GUI, including histogram analysis, filtering, wavelet transforms, watermarking, segmentation, and more. Features adjustable parameters, detailed code comments for key functions, and completely original implementations. Shared for community exchange and learning purposes.

MATLAB 2231 views Tagged

A practical ellipse fitting program based on direct least squares method, suitable for image processing applications and ideal for beginners in ellipse fitting research. The implementation efficiently solves the general conic equation using algebraic distance minimization with eigenvalue decomposition, featuring constraints to ensure elliptical solutions.

MATLAB 269 views Tagged

Single Gaussian Modeling is a background extraction technique in image processing, suitable for static and uniform background scenes. This model offers simplicity and computational efficiency by employing parameter iteration instead of rebuilding the model each time, where t represents the timestamp. The algorithm compares the current color intensity xt of each pixel against a probability threshold—if xt is less than or equal to the threshold, the pixel is classified as foreground; otherwise, it is deemed part of the background. Implementation typically involves iterative updates of Gaussian parameters (mean and variance) using a learning rate to adapt to gradual changes.

MATLAB 258 views Tagged