SetParameterDescription("out","The output image. The output image is the segmented image where the minimal segments have been merged. An ecoding of uint32 is advised.");
SetParameterDescription("minsize","Minimum Segment Size. If, after the segmentation, a segment is of size lower than this criterion, the segment is merged with the segment that has the closest sepctral signature.");
SetDefaultParameterInt("minsize",50);
SetMinimumParameterIntValue("minsize",0);
MandatoryOff("minsize");
AddParameter(ParameterType_Int,"tilesizex","Size of tiles in pixel (X-axis)");
SetParameterDescription("tilesizex","Size of tiles along the X-axis for tile-wise processing.");
SetDefaultParameterInt("tilesizex",500);
SetMinimumParameterIntValue("tilesizex",1);
AddParameter(ParameterType_Int,"tilesizey","Size of tiles in pixel (Y-axis)");
SetParameterDescription("tilesizey","Size of tiles along the Y-axis for tile-wise processing.");