Skip to content

Commit 3c4f290

Browse files
authored
Update README.md
1 parent 32ca9b6 commit 3c4f290

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/analog-gauge-reader/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This sample application takes an image or video frame of an analog gauge and reads the value using functions from the OpenCV\* computer vision library.
44
It consists of two parts: calibration and measurement. During calibration, the application calibrates an image
5-
of a gauge (provided by the user) by prompting the user to enter the range of values of the gauge in degrees. It then uses these
5+
of a gauge (provided by the user) by prompting the user to enter the range of gauge values in degrees. It then uses these
66
calibrated values in the measurement stage to convert the angle of the dial into a meaningful value.
77

88
## What you’ll learn

0 commit comments

Comments
 (0)