extracting information from image of an analog energy meter

7 ビュー (過去 30 日間)
ASWATHY SUDHAKARAN
ASWATHY SUDHAKARAN 2016 年 1 月 24 日
回答済み: Image Analyst 2016 年 1 月 24 日
How can I extract the correct reading from an analog energy meter using image processing???

回答 (1 件)

Image Analyst
Image Analyst 2016 年 1 月 24 日
Several ways you could do it. The easiest is to assume your camera is fixed in position - not moving around. Then just define coordinates, templates, in a circle around the needle pivot point, and see which pixel is dark. Then use a look up table to turn that location into a dial reading.
If your camera moves around, so the dials are in different locations all the time, you'd have to use a different strategy but it would probably be better to just try to get your camera to not move around.

カテゴリ

Help Center および File ExchangeImage Processing and Computer Vision についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by