SetParameterDescription("out","The output image. The output image is the segmentation of the filtered image. It is recommended to set the pixel type to uint32.");
SetParameterDescription("ranger","Range radius defining the radius (expressed in radiometry unit) in the multi-spectral space.");
SetDefaultParameterFloat("ranger",15);
SetMinimumParameterFloatValue("ranger",0);
MandatoryOff("ranger");
AddParameter(ParameterType_Int,"minsize","Minimum Region Size");
SetParameterDescription("minsize","Minimum Region Size. If, after the segmentation, a region is of size lower than this criterion, the region is deleted.");