Skip to content
Snippets Groups Projects
Commit 249ef6c7 authored by Charles Peyrega's avatar Charles Peyrega
Browse files

ENH: Setting the default field name containing the label values to Class in...

ENH: Setting the default field name containing the label values to Class in otbComputeConfusionMatrix
parent 5536f3df
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@ private:
AddParameter(ParameterType_String,"ref.vector.field","Field name");
SetParameterDescription("ref.vector.field","Field name containing the label values");
SetParameterString("ref.vector.field","dn");
SetParameterString("ref.vector.field","Class");
MandatoryOff("ref.vector.field");
DisableParameter("ref.vector.field");
......
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