cyndi088 / pointer-meter-reading

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pointer-meter-reading

Flow-chart

Preparation

Pre-requisites

  • Python 3.6
  • opencv-python = 3.4.2.16
  • numpy = 1.18.5

Installation

  • git clone code
$ git clone git@github.com:cyndi088/pointer-meter-reading.git
  • the directories structure
  Framework                           
  ├── DegreeToNum        % the dir storing the model for each template
  ├── img_test           % the dir storing the test image (suggested)
  ├── img_test_corrected % the dir storing the corrected images (suggested)
  ├── template           % the dir storing the template images
  ├── img_match.py       % the sift matching code
  └── read_num.py        % the main code

Run

python read_num.py $your_test_img_path

Result

About

License:MIT License


Languages

Language:Python 100.0%