Capturing dial data using python openCV
I have some video of an instrument panel in an aeroplane which is of pretty good quality. What I would like to do is track the dials of each instrument and somehow log the dial position with respect to time (about 1HZ is probably fine). Essentially turning a piece of video footage of a dial or guage into a data file for a spreadsheet etc.
Doesnt need to be real time and can be one intrument at a time - does anyone know if this is possible using OpenCV and whether there are any online resources? Many thanks!
for dials, logPolar() will be helpful to unroll it to a flat, rectangular strip
Here we go, this is a generic view. Ideally I could capture each of the dials but there are obviously some which are easier than others. Any ideas?
Many thanks!
link text
please provide 2 or 3 different images having different values. then i can suggest some approach to solve your problem. if your video is stabilized i think it is not too hard to implement