^ Thats correct, apart from which, the flood fill uses a technique to approximate the nearest pixel colors in RGB and fills the neighbouring pixels of the nearest approximation, think of it like the paint bucket tool you use in ma paint.
On Sun, Sep 11, 2011 at 10:58 AM, deepikaanand <[email protected]>wrote: > seed fill or flood fill is a technique to fill polygon of arbitrary > boundaries ..by selecting a point or a seed in the polygon and > recursively calling the function to fill the polygon > > -- > You received this message because you are subscribed to the Google Groups > "Algorithm Geeks" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/algogeeks?hl=en. > > -- Anup Ghatage -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en.
