Flood Fill Algorithm Implementation in MATLAB
This implementation of the flood fill algorithm in MATLAB environment requires cvlib_mex support, available for download at http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=12200&objectType=File. The algorithm performs region-filling operations in image processing using either 4-connected or 8-connected pixel neighborhoods.