Skip to content
Snippets Groups Projects
Commit 16300a8d authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

DOC: clarify in polygon class statistics that the mask corresponds to a validy mask

parent 025e59c3
No related branches found
No related tags found
1 merge request!14Dogfooding PolygonClassStatistics application
......@@ -92,10 +92,10 @@ private:
AddDocTag(Tags::Learning);
AddParameter(ParameterType_InputImage, "in", "InputImage");
AddParameter(ParameterType_InputImage, "in", "Input image");
SetParameterDescription("in", "Support image that will be classified");
AddParameter(ParameterType_InputImage, "mask", "InputMask");
AddParameter(ParameterType_InputImage, "mask", "Input validity mask");
SetParameterDescription("mask", "Validity mask (only pixels corresponding to a mask value greater than 0 will be used for statistics)");
MandatoryOff("mask");
......
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