Skip to content

Commit 1dab420

Browse files
committed
Update doc
1 parent 98c3459 commit 1dab420

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/source/usage.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,11 @@ It is important to be aware that different methods may use different coordinate
7979
In the image coordinate system, the origin is at the top-left corner of the image.
8080
For example, the `center-of-mass <https://docs.scipy.org/doc/scipy/reference/generated/scipy.ndimage.center_of_mass.html>`__
8181
of an object refers to this origin. In the `plotting <https://matplotlib.org/stable/tutorials/introductory/pyplot.html>`__
82-
coordinate system, the origin is at the bottom-left. The parabolic fits of
83-
horizontal lines refers to the bottom-left origin, however the one of vertical
84-
lines refers to the top-left origin with coordinates swapped. This is necessary
85-
to avoid the numerical problem of fitting lines nearly perpendicular to the axis.
82+
coordinate system, the origin is at the bottom-left. When overlaying reference points on a calibration image using
83+
Matplotlib, be aware of this difference.
84+
85+
The coordinates of reference points extracted from a calibration image refer to the image coordinate system
86+
(top-left origin). The values for the center of distortion are also referenced from this origin.
8687

8788
Demonstrations
8889
--------------

0 commit comments

Comments
 (0)