findSubRegions method

List<IntRect> findSubRegions()

Identifies distinct regions in a dilated binary image.

Implementation

List<IntRect> findSubRegions() => _findSubRegions(this);