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

ENH : little change in appli qt

parent 67c8dba3
Branches
Tags
No related merge requests found
......@@ -70,7 +70,7 @@ int FineRegistration::Describe(ApplicationDescriptor* descriptor)
descriptor->AddOption("SubPixelAccuracy","(optional) Metric extrema location will be refined up to the given accuracy. Default is 0.01",
"spa",1,false, ApplicationDescriptor::Real);
descriptor->AddOption("ValidityMask","(optional) Threshold to obtain a validity mask. Params are lowerThan or greaterThan and a threshold",
"vm",2,false, ApplicationDescriptor::String);
"vm",2,false, ApplicationDescriptor::Real);
return EXIT_SUCCESS;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment