Merge pull request #279 from emmanuelle/fix_doc

Fix doc
This commit is contained in:
Tony S Yu
2012-09-02 17:13:24 -07:00
4 changed files with 70 additions and 8 deletions
+2 -1
View File
@@ -7,7 +7,8 @@ This example compares three popular low-level image segmentation methods. As
it is difficult to obtain good segmentations, and the definition of "good"
often depends on the application, these methods are usually used for obtaining
an oversegmentation, also known as superpixels. These superpixels then serve as
a basis for more sophisticated algorithms such as CRFs.
a basis for more sophisticated algorithms such as conditional random fields
(CRF).
Felzenszwalb's efficient graph based segmentation