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

ENH: add ram parameter to MeanShiftSmoothing app

parent 9f8e66c4
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,8 @@ private:
SetParameterDescription( "foutpos", " The spatial image output. Spatial image output is a displacement map (pixel position after convergence).");
MandatoryOff("foutpos");
AddRAMParameter();
AddParameter(ParameterType_Int, "spatialr", "Spatial radius");
SetParameterDescription("spatialr", "Spatial radius of the neighborhood.");
SetDefaultParameterInt("spatialr", 5);
......
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