This commit is contained in:
Andreas Mueller
2012-08-05 13:54:02 +01:00
parent b1eb4265ed
commit f22ae2871a
+5 -6
View File
@@ -3,12 +3,11 @@
Comparison of segmentation and superpixel algorithms
====================================================
This example compares three popular low-level image segmentation methods.
As it is difficult do obtain good segmentations, and the definition of "good"
often depends on the application, these methods are usually used
for optaining an oversegmentation, also known as superpixels. These superpixels
then serve as the level of operation for more sophisticated algorithms such as CRFs.
This example compares three popular low-level image segmentation methods. As
it is difficult do obtain good segmentations, and the definition of "good"
often depends on the application, these methods are usually used for optaining
an oversegmentation, also known as superpixels. These superpixels then serve as
the level of operation for more sophisticated algorithms such as CRFs.
Felzenszwalb's efficient graph based segmentation