图片 Resources

Showing items tagged with "图片"

This program adds multiple types of noise to images, including Gaussian noise, salt-and-pepper noise, additive and multiplicative noise, as well as various mixed noise combinations, for testing other image processing applications.

MATLAB 228 views Tagged

MATLAB-based gesture recognition project including test code, sample images, and a ready-to-run .fig GUI file. The complete MATLAB source code is provided for learning reference, featuring simpler implementation compared to C++ alternatives. The code demonstrates core gesture recognition algorithms through image processing techniques like segmentation, feature extraction, and pattern classification using functions such as regionprops() and edge detection. Ideal for understanding fundamental principles before advancing to C++/OpenCV implementations.

MATLAB 246 views Tagged

This application enables users to manually click any point on an image and view its subpixel coordinates with precision up to 0.0001 pixels. The implementation involves mouse event handling and interpolation algorithms for coordinate calculation.

MATLAB 251 views Tagged