边缘提取 Resources

Showing items tagged with "边缘提取"

A versatile edge detection function capable of implementing Sobel, Prewitt, Roberts, Marr, and Canny operators through parameter configuration. Includes comprehensive design documentation with algorithm explanations and implementation details.

MATLAB 226 views Tagged

The provided files contain multiple MATLAB programs for image processing, including implementations for image segmentation and edge detection algorithms. These scripts demonstrate practical approaches to common computer vision tasks.

MATLAB 184 views Tagged

Implementation using MATLAB: Wavelet modulus maxima for edge extraction. Simulation performed on the standard 'woman' image from MATLAB's image processing toolbox, with result visualization demonstrating the effectiveness of modulus maxima in edge detection through wavelet transform analysis.

MATLAB 237 views Tagged

Application Background: Gabor filter serves as a linear filter for edge detection in image processing, with frequency and directional responses similar to the human visual system. Research shows Gabor filters excel in texture representation and separation, consisting of Gaussian kernel functions modulated by sinusoidal plane waves in the spatial domain. Technical Approach: Comparative analysis of PCA dimensionality reduction examples reveals consistent methodology - extracting covariance matrices from original data, computing eigenvectors/eigenvalues, and generating transformation matrices through KL transformation based on eigenvalue-sorted eigenvectors.

MATLAB 231 views Tagged