Floodfill algorithm with seed area (instead of seed point)

584 views Asked by At

in the standard openCV floodfill algorithm you should specify a seed point.

Is there an easy way to specify a starting area (so multiple seeding point)? Or do I really have to loop over every point in that area :(

Thx!!

0

There are 0 answers