Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 266 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 266 Bytes

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.