bmp图像 Resources

Showing items tagged with "bmp图像"

This program implements image binarization, converting a BMP image into a black-and-white image with the additional capability of inverting black and white colors. Key implementation involves thresholding algorithms and pixel value manipulation.

MATLAB 292 views Tagged

Handwritten digit recognition using BP neural network with BMP image training and recognition rate calculation. The implementation includes preprocessing BMP images into normalized pixel arrays, designing multi-layer neural network architecture with backpropagation algorithm for weight optimization, and evaluating model performance through accuracy metrics.

MATLAB 205 views Tagged