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: posts/making-progress.rst
+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
@@ -37,7 +37,7 @@ So, to automatically extract our square region of interest we first need to calc
37
37
:align:center
38
38
39
39
To find the center of the circle we use a method from computer vision called `blob centroid detection
40
-
<https://www.learnopencv.com/find-center-of-blob-centroid-using-opencv-cpp-python/>`_. in short, we take the average position of all the points in the circle.
40
+
<https://www.learnopencv.com/find-center-of-blob-centroid-using-opencv-cpp-python/>`_. In short, we take the average position of all the points in the circle.
0 commit comments