Skip to content

Commit fe6b908

Browse files
authored
Update making-progress.rst
1 parent 1de5e8b commit fe6b908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/making-progress.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ So, to automatically extract our square region of interest we first need to calc
3737
:align: center
3838

3939
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.
4141

4242
.. image:: /images/auto-scope-cam/center.png
4343
:align: center

0 commit comments

Comments
 (0)