-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use
scikit-image
for ellipse functions
rename toxenvs formatting don't skip `scikit-image` broader except base add change log entry use `scikit-image` and `shapely` functions to construct ellipses, and a modified Welzl's algorithm to find smallest enclosing circles add rules fix requirement use Shapely polygon construction and minimum rotated rectangle function to get ellipse parameters fix for Python<=3.8 send points as array instead of as tuple remove flip from `opencv` code match `skimage` angle results to `opencv` test oblong shape for ellipse add more attribution rename tests vectorized and documentation remove usage of `opencv-python` entirely update change log entry fixes remove usage of shapely pin scikit-image replace other usages of cv.ellipse convert to tuples to fix equality comparison resolve negative angle issue remove extranneous function definition avoid partial index tuple expansion to satisfy Python 3.10 test syntax errors adjust expected test results to match skimage ellipses
- Loading branch information
1 parent
4e6df94
commit 9a7727b
Showing
11 changed files
with
109,999 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.