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

ENH: make computation in double precision in OpticalCalibration

parent b1774a94
No related branches found
No related tags found
No related merge requests found
......@@ -60,16 +60,16 @@ public:
itkTypeMacro(OpticalCalibration, Application);
typedef ImageToLuminanceImageFilter<UInt16VectorImageType,
FloatVectorImageType> ImageToLuminanceImageFilterType;
DoubleVectorImageType> ImageToLuminanceImageFilterType;
typedef LuminanceToReflectanceImageFilter<FloatVectorImageType,
FloatVectorImageType> LuminanceToReflectanceImageFilterType;
typedef LuminanceToReflectanceImageFilter<DoubleVectorImageType,
DoubleVectorImageType> LuminanceToReflectanceImageFilterType;
typedef otb::MultiplyByScalarImageFilter<FloatVectorImageType,
FloatVectorImageType> ScaleFilterType;
typedef otb::MultiplyByScalarImageFilter<DoubleVectorImageType,
DoubleVectorImageType> ScaleFilterType;
typedef ReflectanceToSurfaceReflectanceImageFilter<FloatVectorImageType,
FloatVectorImageType> ReflectanceToSurfaceReflectanceImageFilterType;
typedef ReflectanceToSurfaceReflectanceImageFilter<DoubleVectorImageType,
DoubleVectorImageType> ReflectanceToSurfaceReflectanceImageFilterType;
typedef ReflectanceToSurfaceReflectanceImageFilterType::FilterFunctionValuesType FilterFunctionValuesType;
typedef FilterFunctionValuesType::ValuesVectorType ValuesVectorType;
typedef AtmosphericCorrectionParameters AtmosphericCorrectionParametersType;
......
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