Skip to content
Snippets Groups Projects
Commit ac6a8de6 authored by Jonathan Guinet's avatar Jonathan Guinet
Browse files

ENH: MeanShift filter Get/Set accessor for MaxIterationNumber.

parent 71535c2b
No related branches found
No related tags found
No related merge requests found
......@@ -114,6 +114,8 @@ public:
itkGetConstMacro(SpatialBandwidth, double);
itkSetMacro(SpatialBandwidth, double);
itkGetConstMacro(MaxIterationNumber, unsigned int);
itkSetMacro(MaxIterationNumber, unsigned int);
itkGetConstMacro(IterationCount, unsigned int);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment