Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 859 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 859 Bytes

readtime

Python 2.7 program to read analog time through image processing techniques using OpenCV 2. This program works on the basis of the difference in HSV values of the clock hands and anything else in the frame. Hence the color of the hands of the clock need to be different from anything else in the image, and the colour of both clock hands must be the same.

Usage

Initial screen: Initial Screen

On aligning the meeting point of the clock hands with the blue dot and keeping the vertical diagonal as the 12-6 line, press SPACE. Click either of the clock hands to give the right color (HSV value) of the clock hands. Initial Screen

The above window with the result will appear on click, if the input is valid.