算法流程 Resources

Showing items tagged with "算法流程"

MATLAB algorithm workflow: Input image processing, grayscale conversion, image enhancement, edge detection, erosion operation, closing operation [dilation followed by erosion], small-area noise removal, obtaining located Chinese character regions, character segmentation using connected component analysis [similar to license plate recognition principle], and template matching recognition.

MATLAB 264 views Tagged

This MATLAB implementation of Gaussian background modeling processes input videos to generate binary foreground-background segmentation videos and extracted background videos. The code includes comprehensive annotations to help beginners understand the algorithm flow, key parameters like learning rate and mixture components, and implementation techniques for real-time video processing.

MATLAB 303 views Tagged