descriptor->AddOption("Radius","Radius (in pixels) of the metric computation window (default is 3).",
"r",1,false,ApplicationDescriptor::Integer);
descriptor->AddOption("CorrelationThreshold","Threshold bellow which correlation is considered invalid (default is 0.7).",
"ct",1,false,ApplicationDescriptor::Real);
descriptor->AddOption("VarianceThreshold","Threshold on the master patch variance bellow which no height exploration is performed (default is 4).",
"vt",1,false,ApplicationDescriptor::Real);
descriptor->AddOption("MinHeightOffset","Minimum height offset with respect to local initial height for height exploration (default is -20 meters).",
"minh",1,false,ApplicationDescriptor::Real);
descriptor->AddOption("MaxHeightOffset","Maximum height offset with respect to local initial height for height exploration (default is 20 meters).",
"maxh",1,false,ApplicationDescriptor::Real);
descriptor->AddOption("HeightStep","Step of height exploration (default is 1 meter).",
"step",1,false,ApplicationDescriptor::Real);
descriptor->AddOption("AverageElevation","If no DEM is used, provide the initial height value (default is 0 meters)",
"ae",1,false,ApplicationDescriptor::Real);
descriptor->AddOption("DEMDirectory","Use DEM tiles to derive initial height values (AverageElevation option is ignored in this case)","dem",1,false,ApplicationDescriptor::String);
descriptor->AddOption("GeoidFile","Use a geoid file along with the DEM tiles","geoid",1,false,ApplicationDescriptor::String);
descriptor->AddOption("ReferenceGaussianSmoothing","(optional) Perform a gaussian smoothing of the reference image. Parameter is gaussian sigma (in pixels). Default is no smoothing.",
"rgs",1,false,ApplicationDescriptor::Real);
descriptor->AddOption("SecondaryGaussianSmoothing","(optional) Perform a gaussian smoothing of the secondary image. Parameter is gaussian sigma (in pixels). Default is no smoothing.",
"sgs",1,false,ApplicationDescriptor::Real);
descriptor->AddOption("SubstractInitialHeight","If activated, the elevation map will contain only the estimated height offset from the initial height (either average elevation or DEM)","s",0,false,ApplicationDescriptor::Boolean);
descriptor->AddOption("AvailableMemory","Set the maximum of available memory for the pipeline execution in mega bytes (optional, 256 by default)","ram",1,false,otb::ApplicationDescriptor::Integer);