点 Resources

Showing items tagged with "点"

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 231 views Tagged

Mean shift image segmentation implementation with three key simplifications: 1) Single iteration of mean shift process (for simplicity) 2) Neighborhood limitation using 2*hr radius during pixel translation 3) Exclusive use of Gaussian kernel for range weighting despite method selection option. Code modifications suggested for enhanced functionality.

MATLAB 188 views Tagged