Skip to content

Paint regions on a map with different colors using flood fill

License

Notifications You must be signed in to change notification settings

lucaspeliciari/fill-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fill Map

Paint regions on a map unique colors

Paints area around the first white pixel it finds, using flood fill, with black pixels as borders

Uses a queue instead of function recursion

Only works with BMP images


Original map


Colored map

About

Paint regions on a map with different colors using flood fill

Topics

Resources

License

Stars

Watchers

Forks

Languages