Skip to content
Snippets Groups Projects
Commit ece5e6f0 authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

WIP: add features option computation

parent 140fa751
No related branches found
No related tags found
No related merge requests found
......@@ -164,6 +164,10 @@ namespace otb
SetParameterDescription("outputs.hog", "hog");
EnableParameter("outputs.hog");
AddParameter(ParameterType_Empty,"outputs.flusser","Compute flusser moments by default");
SetParameterDescription("outputs.flusser", "flusser");
EnableParameter("outputs.flusser");
AddParameter(ParameterType_OutputImage, "out", "Output Image");
SetParameterDescription("out", "Output image containing the feature vectors.");
SetParameterOutputImagePixelType("out", ImagePixelType_double);
......
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