Skip to content

Android - colouring images using android native development kit (NDK) c++.using algorithm is floodfill algorithm

Notifications You must be signed in to change notification settings

lakmalz/ColouringImageFloodFill

Repository files navigation

ColouringImageFloodFill

Android - colouring images using android native development kit (NDK) c++.using algorithm is floodfill algorithm

What is the Flood fill algorithm? Fill an enclosed area with a specific color. It starts from a given point (usually a pixel's coordinates) and continuously colors adjacent pixels that share the same characteristics (such as color) until it reaches the boundary of the enclosed region.

unnamed

About

Android - colouring images using android native development kit (NDK) c++.using algorithm is floodfill algorithm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published