Skip to content
Snippets Groups Projects
Commit 9ed596c3 authored by Otmane Lahlou's avatar Otmane Lahlou
Browse files

ENH: add complex params to the ApplicationTest

parent 63c38c3d
Branches
Tags
No related merge requests found
......@@ -86,7 +86,7 @@ private:
AddParameter(ParameterType_OutputImage, "outgroup.outputimage", "Output Image");
//AddParameter(ParameterType_OutputVectorData, "outgroup.outputvectordata", "Output Vector Data");
AddParameter(ParameterType_Radius, "radius", "Radius");
//AddParameter(ParameterType_Radius, "radius", "Radius");
AddParameter(ParameterType_InputImageList, "il", "Input image list");
MandatoryOff("il");
......@@ -95,7 +95,7 @@ private:
AddChoice("cl.choice1", "cl.choice1");
AddChoice("cl.choice2", "cl.choice2");
MandatoryOff("cl");
AddParameter(ParameterType_ComplexInputImage, "cin", "Input Complex Image");
AddParameter(ParameterType_ComplexOutputImage, "cout", "Output Complex Image");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment