识别 Resources

Showing items tagged with "识别"

I developed a license plate recognition system based on color components. The main steps include: 1) Identifying license plates using grayscale values derived from color components (focused on blue plates) 2) Recognizing white characters within the identified blue regions. The implementation involves color space conversion, thresholding techniques, and morphological operations for accurate plate detection.

MATLAB 225 views Tagged

This source code primarily converts boundaries into images for image analysis, with significant applications in image segmentation, description, and recognition. The implementation may involve edge detection algorithms like Canny or Sobel operators, contour tracing techniques, and binary image conversion methods.

MATLAB 221 views Tagged