sdtaylor / shapely_extra

Extra functionality for the python shapely package
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

minimum bounding ellipse #1

Open sdtaylor opened 1 year ago

sdtaylor commented 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

sdtaylor commented 1 year ago

Q: can the minimum bounding rectangle approximate the min bounding ellipse?