image-rs / imageproc

Image processing operations
MIT License
755 stars 148 forks source link

Added functions for polygon approximation #432

Closed lazareviczoran closed 4 years ago

lazareviczoran commented 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.

Resolves #431

theotherphil commented 4 years ago

Thanks!