边界跟踪 Resources

Showing items tagged with "边界跟踪"

Chain code line detection methodology involving image boundary extraction, boundary tracking, and linear segment discrimination

MATLAB 258 views Tagged

Methods for boundary tracking in grayscale images, where gradient maps are first computed using differential operators, followed by algorithm application for boundary detection. Implementation typically involves edge detection operators like Sobel or Canny for gradient calculation and contour tracing algorithms.

MATLAB 254 views Tagged

For iris localization... boundary tracing is required before locating the outer circle. This program implements this functionality with edge detection algorithms and contour processing techniques.

MATLAB 245 views Tagged