- Developed with Raspbian, OpenCV, scikit-learn, etc.
- Allow temperature reading & electric current reading.
- The SVM classifier trained by 12000 seven-segment digit images is available.
Set up parameters for temperature reading & electric current reading.
- Localize the meter & obtain meter image by a perspective cropping.
- Determine the size, quantity, and location of interested digits.
- Localize the meter & obtain meter image by a perspective cropping.
- Localize the scales & determine the amperage between scales.
- Read temperature value of the sintering furnace.
- Read current value of the sintering furnace.
-
Step1: Use following command to install required packages
pip install scikit-learn==0.22 scikit-image==0.14.2 numpy==1.17.4
-
Step2: Run the script with image path to get recognition result on your screen
python recognize_single_digit.py digit5.jpg
- Contact me at jerming0515@gmail.com for complete source code.