What is it about?
In computer vision, image segmentation is the process of partitioning a digital image into multiple segments (sets of pixels, also known as superpixels). The goal of segmentation is to simplify and/or change the representation of an image into something that is more meaningful and easier to analyze.
Featured Image
Photo by Tatiana Gonzales on Unsplash
Why is it important?
Our method differs from the SSNCut with the following respects: (1) The method of generating superpixels is different, we use mean shift, and SSNCut uses SLIC. (2) The method of calculating the weights is different, we use Bhattacharyya distance to compute the similarity of the two regions, while SSNCut uses the globalized probability of boundary (gpb). Using the Bhattacharyya distance to define the edge weight of the graph is more efficient than gPb. (3)We use a new must-link and cannot-link constraint. (4) The segmentation method is different, we use the improved NCuts calculation. Compared to SSNcut, the calculation is more simple and effective.
Perspectives
Read the Original
This page is a summary of: Supervised Image segmentation based on Superpixel and Improved Normalized Cuts, IET Image Processing, August 2019, the Institution of Engineering and Technology (the IET),
DOI: 10.1049/iet-ipr.2018.6241.
You can read the full text:
Contributors
The following have contributed to this page