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

DOC: spell

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