• Stars
    star
    1
  • Language
    C++
  • Created over 11 years ago
  • Updated over 10 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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.