形状检测 Resources

Showing items tagged with "形状检测"

Gabor filters are widely used for shape detection and feature extraction applications, such as fingerprint image enhancement. This MATLAB implementation creates a 2D Gabor filter with adjustable frequency and orientation parameters. The core function gaborfilter1 processes input images through customizable frequency (f) and angle (theta) settings, producing multiple filtered outputs for comprehensive texture analysis.

MATLAB 223 views Tagged

MATLAB source code for simple shape detection using Hough Transform, downloaded from MATLAB's official website, featuring implementation for line and circle detection algorithms

MATLAB 272 views Tagged