You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/analog-gauge-reader/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
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.
4
4
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
6
6
calibrated values in the measurement stage to convert the angle of the dial into a meaningful value.
0 commit comments