Skip to content
Snippets Groups Projects
Commit 80e88e05 authored by Cyrille Valladeau's avatar Cyrille Valladeau
Browse files

ENH : little change in appli qt

parent 4f448dcd
No related branches found
No related tags found
No related merge requests found
......@@ -31,8 +31,8 @@ int CompareImages::Describe(ApplicationDescriptor* descriptor)
{
descriptor->SetName("CompareImages");
descriptor->SetDescription("Estimator between 2 images");
descriptor->AddOption("InputReference","The reference image","inR", 1, true,ApplicationDescriptor::String);
descriptor->AddOption("InputMeasured","The measured image","inM", 1, true,ApplicationDescriptor::String);
descriptor->AddOption("InputReference","The reference image","inR", 1, true,ApplicationDescriptor::FileName);
descriptor->AddOption("InputMeasured","The measured image","inM", 1, true,ApplicationDescriptor::FileName);
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);
......
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