Draw an ellipse on a figure and get coordinates_Python
问题 I'm working on Python 2.7. I have to define some Areas of Interest (AoI) on a picture. Basically, I'm trying to do this drawing an ellipse (or more) on a specific part of the picture and to get the coordinates (x; y) of its contour. I want to save these coordinates on a file, in order to use them later to see whether (or not) my data are inside this area. This is my code: import matplotlib.pyplot as plt import numpy as np from matplotlib.patches import Ellipse, Circle from matplotlib.path