Printed Digit Recognition via Camera Capture with OpenCV
This project implements optical character recognition for printed digits using OpenCV camera capture and template matching. The system processes video frames, isolates digit regions, compares them against stored templates, and transmits results via serial communication.
#include <opencv2/opencv.hpp>
#include "SerialInterface.hpp" ...
Posted on Thu, 13 Aug 2026 16:50:16 +0000 by JoeBrewer