Open sdtaylor opened 1 year ago
making an ellipse around a polygon is how skimage does major/minor axis. Potential implementation here https://gist.github.com/Gabriel-p/4ddd31422a88e7cdf953
Q: can the minimum bounding rectangle approximate the min bounding ellipse?
making an ellipse around a polygon is how skimage does major/minor axis. Potential implementation here https://gist.github.com/Gabriel-p/4ddd31422a88e7cdf953