When I use OpenCv\'s fitEllipse() in python as follows
ellipse = cv2.fitEllipse(contour)
The result is a tuple of the form
ellipse