JuliaImages / ImageDraw.jl

Drawing Package for JuliaImages
Other
27 stars 17 forks source link

Polygon filling API - Boundary Fill #57

Closed ashwani-rathee closed 3 years ago

ashwani-rathee commented 3 years ago

Initial setup of the Polygon filling API

johnnychen94 commented 3 years ago

@ashwani-rathee This PR a little bit long and old. Would you mind summarizing a little bit so that we can move forward quicker?

ashwani-rathee commented 3 years ago

@johnnychen94 In the latest improvements( 2 days back, before that were git rebase master changes), 12 tests were added and methods for cartesian index, point were added and bounds check was added for vertices and seed point.