ayseceyda / analog-meter-reading-openCV

AMR (automatic meter reading) project for analog meters, built with openCV+Python using basic OCR and image processing knowledge.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OCR / Analog Meter Reading Project

AMR (automatic meter reading) project for analog meters, built with openCV+Python using basic OCR and image processing knowledge.

OCR

Conversion of images typed, handwritten or printed text into machine-encoded text. Widely used form is the data entry from printed papers. Aim is to digitize these texts, so that they can be electronically edited for AI, computer vision or pattern recognition research.

for more info: https://github.com/kba/awesome-ocr

Some OCR Applications:

  • Project Gutenberg
  • Google Books
  • Automatic number-plate recognition
  • Passport Recognition
  • Traffic-Sign Recognition (TSR)
  • ...

AMR

AMR allows the employees of the service company (electricity/gas/water) or preferably, the consumers themselves to capture meter images using a mobile device, which is cheaper and more feasible than manual on-site reading, and easier to deploy - in the short/medium term - than the replacement of old meters.

Two main categories:

1.Analog: Cyclometer and dial displays

2.Digital: Electronic display and smart meters

Difficulties in AMR:

  • Poor file resolution
  • Blurry images, particularly motion blur
  • Small or large scale
  • Poor lighting and low contrast due to overexposure, reflection or shadows
  • An object obscuring (dirt, broken glass etc.)

Technologies

Accuracy

%57 - %65

Accuracy may increase/decrease due to changes in the pre-processing steps or the image quality (brightness, luminance, contrast etc.)

Result

croped

About

AMR (automatic meter reading) project for analog meters, built with openCV+Python using basic OCR and image processing knowledge.


Languages

Language:Jupyter Notebook 100.0%