Closed lazareviczoran closed 4 years ago
This PR contains some functions for polygon approximation.
I've added some basic tests for each function, and I've commented out the get_contours_approx_points, since it uses the draw_polygon_mut and find_contours fns, from https://github.com/image-rs/imageproc/pull/428 and https://github.com/image-rs/imageproc/pull/430, therefore this PR is blocked by those PRs.
get_contours_approx_points
draw_polygon_mut
find_contours
Resolves #431
Thanks!
This PR contains some functions for polygon approximation.
I've added some basic tests for each function, and I've commented out the
get_contours_approx_points
, since it uses thedraw_polygon_mut
andfind_contours
fns, from https://github.com/image-rs/imageproc/pull/428 and https://github.com/image-rs/imageproc/pull/430,therefore this PR is blocked by those PRs.Resolves #431