图像 Resources

Showing items tagged with "图像"

Drawing circles on images, supports binary or grayscale image inputs. This function is commonly implemented using coordinate calculation algorithms and can be integrated into image processing pipelines.

MATLAB 208 views Tagged

Implementation of circle detection through Hough Transform methodology. This function employs Standard Hough Transform to identify circular patterns in binary images. Based on the Hough Transform principle for circles, each pixel in image space corresponds to a circular surface in Hough parameter space and vice versa. The upper-left corner serves as the coordinate system origin. The implementation involves accumulator array management and peak detection algorithms for optimal circle identification.

MATLAB 247 views Tagged

An automated algorithm for extracting structural contour skeletons from images, compatible with both 2D and 3D implementations, verified through practical testing

MATLAB 257 views Tagged

Implementation of fuzzy edge detection in images using MATLAB, featuring a user-friendly interface and comprehensive detection results visualization.

MATLAB 281 views Tagged