Skip to content

This method takes a segmented (monochrome) image and assigns a numerical * label to each segment. * The method recursively called the OpenCV functions minMaxLoc and floodfill * to get the next unlabeled segment and fill it, respectively.

Notifications You must be signed in to change notification settings

nourani/SegmentLabeler

Repository files navigation

SegmentLabeler

This method takes a segmented (monochrome) image and assigns a numerical label to each segment.

The method recursively called the OpenCV functions minMaxLoc and floodfill to get the next unlabeled segment and fill it, respectively.

About

This method takes a segmented (monochrome) image and assigns a numerical * label to each segment. * The method recursively called the OpenCV functions minMaxLoc and floodfill * to get the next unlabeled segment and fill it, respectively.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published