descriptor->AddOption("NumBandRefImage","The channel number to compare in the reference image (between 1 and number of channels)","chR",1,false,ApplicationDescriptor::Integer);
descriptor->AddOption("NumBandMeasuredImage","The channel number to compare in the measured image (between 1 and number of channels)","chM",1,false,ApplicationDescriptor::Integer);
descriptor->AddOption("NumBandRefImage","The channel number to compare in the reference image (between 1 and number of channels)","chR",1,false,ApplicationDescriptor::Integer);
descriptor->AddOption("NumBandMeasuredImage","The channel number to compare in the measured image (between 1 and number of channels)","chM",1,false,ApplicationDescriptor::Integer);
descriptor->AddOption("StartX","first point in x-axis ","x0",1,false,ApplicationDescriptor::Real);
descriptor->AddOption("StartY","first point in y-axis ","y0",1,false,ApplicationDescriptor::Real);
descriptor->AddOption("SizeX","size in x-axis ","Nx",1,false,ApplicationDescriptor::Integer);
...
...
@@ -63,12 +63,12 @@ int CompareImages::Execute(otb::ApplicationOptionsResult* parseResult)