边缘检测 Resources

Showing items tagged with "边缘检测"

This program performs rough localization of lip feature points by first conducting edge detection on lip images, then utilizing geometric characteristics for positioning. The implementation involves analyzing contour features and employing coordinate calculation algorithms to identify key landmark positions.

MATLAB 200 views Tagged

MATLAB simulation program for image edge detection implementing Roberts, Sobel, Prewitt, LoG (Laplacian of Gaussian), and wavelet-based detection algorithms with comprehensive code examples and performance analysis.

MATLAB 239 views Tagged

This program implements general approaches for edge detection and contour tracing, developed using MATLAB. The implementation includes key algorithms such as gradient-based edge detection operators and recursive boundary following techniques for comprehensive image analysis.

MATLAB 246 views Tagged

Image processing techniques including grayscale transformation, median filtering, binarization processing, edge detection, and one-dimensional size measurement with MATLAB implementation approaches

MATLAB 239 views Tagged

Video image processing enables real-time video data manipulation, including Canny operator implementation for edge detection and other computer vision techniques with practical code examples.

MATLAB 245 views Tagged