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

ENH: new Get/Set accessor in meanShiftFilter.

parent 218bb50c
Branches
Tags
No related merge requests found
......@@ -111,6 +111,9 @@ public:
itkGetConstMacro(SpectralBandwidth, double);
itkSetMacro(SpectralBandwidth, double);
itkGetConstMacro(SpatialBandwidth, double);
itkSetMacro(SpatialBandwidth, double);
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