File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -79,10 +79,11 @@ It is important to be aware that different methods may use different coordinate
7979In the image coordinate system, the origin is at the top-left corner of the image.
8080For example, the `center-of-mass <https://docs.scipy.org/doc/scipy/reference/generated/scipy.ndimage.center_of_mass.html >`__
8181of 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
8788Demonstrations
8889--------------
You can’t perform that action at this time.
0 commit comments