In the past I haveused Matlab's drawcircle function to interactively draw a circle on an image as a method of measuring the radius of a circular feature which is very hard to extract using circle-detection algorithms.
I am trying to make the switch over to python (making use of matplotlib and cv2 etc.), but am struggling to find any way replicating this functionality.
Is this sort of interactive annotation at all possible in Python/Matplotlib/openCV/other? Or would it be better to leave this idea behind and go down the route of iteratively entering coordinates/radius into the console?