Skip to content
Snippets Groups Projects
Commit 5a56a39f authored by Jordi Inglada's avatar Jordi Inglada
Browse files

DOC: spell

parent 76351b46
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ namespace otb
* Mean shift can be used for edge-preserving smoothing, or for clustering. The GetOutput() method will allow
* you to get the smoothed image, whereas the
* GetClusteredOuptut() methods returns the clustered output. The GetLabeledClusteredOutput() returns
* a labeled clustered images, and the GetClusterBoundariesOutput()
* a labeled clustered image, and the GetClusterBoundariesOutput()
* an image of the cluster boundaries.
*
* The MinimumRegionSize parameter allows you to prune small clustered regions.
......
......@@ -118,3 +118,5 @@ int main(int argc, char * argv[])
return EXIT_SUCCESS;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment