Skip to content
Snippets Groups Projects
Commit bc3c6856 authored by Julien Malik's avatar Julien Malik
Browse files

ENH: update parameters type for proper UI widget generation

parent 3330300e
No related merge requests found
...@@ -59,7 +59,7 @@ int ImageSVMClassifier::Describe(ApplicationDescriptor* descriptor) ...@@ -59,7 +59,7 @@ int ImageSVMClassifier::Describe(ApplicationDescriptor* descriptor)
descriptor->AddOption("SVMmodel", "Estimated model previously computed", descriptor->AddOption("SVMmodel", "Estimated model previously computed",
"svm", 1, true, ApplicationDescriptor::FileName); "svm", 1, true, ApplicationDescriptor::FileName);
descriptor->AddOption("OutputLabeledImage", "Output labeled image", descriptor->AddOption("OutputLabeledImage", "Output labeled image",
"out", 1, true, ApplicationDescriptor::FileName); "out", 1, true, ApplicationDescriptor::OutputImage);
descriptor->AddOption("ROIStartX", "Start X of the ROI", descriptor->AddOption("ROIStartX", "Start X of the ROI",
"x", 1, false, ApplicationDescriptor::Integer); "x", 1, false, ApplicationDescriptor::Integer);
descriptor->AddOption("ROIStartY", "Start Y of the ROI", descriptor->AddOption("ROIStartY", "Start Y of the ROI",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment