Flood Fill Functions

This section describes functions performing flood filling of connected areas. Flood filling means that a group of connected pixels with close values is filled with, or is set to, a certain value. The flood filling process starts with a specified point (“seed”) and continues until it reaches the image ROI boundary or cannot find any new pixels to fill due to a large difference in pixel values. For every pixel filled, the functions analyze neighbor pixels:

Pixels Connectivity Patterns

These functions can be used for:


Submit feedback on this help topic

Copyright © 2000 - 2011, Intel Corporation. All rights reserved.