Skip to content
Snippets Groups Projects
Commit 1b71d9a0 authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

DOC: replace GetClusteredOuptut by GetClusteredOutput

parent 6869e628
Branches
Tags
No related merge requests found
...@@ -68,7 +68,7 @@ public: ...@@ -68,7 +68,7 @@ public:
* *
* 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 * GetClusteredOutput() methods returns the clustered output. The GetLabeledClusteredOutput() returns
* a labeled clustered image, and the GetClusterBoundariesOutput() * a labeled clustered image, and the GetClusterBoundariesOutput()
* an image of the cluster boundaries. * an image of the cluster boundaries.
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment