Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 540 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 540 Bytes

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