graph-based-image-segmentation icon indicating copy to clipboard operation
graph-based-image-segmentation copied to clipboard

Implementation of efficient graph-based image segmentation as proposed by Felzenswalb and Huttenlocher [1] that can be used to generate oversegmentations.

Results 1 graph-based-image-segmentation issues
Sort by recently updated
recently updated
newest added

Hi David, In OpenCV, there is a function, findcontours, to perform the contour identification. Would you like to share any insight on comparing these two, and which one to use...