Skip to content
Snippets Groups Projects
Commit 5ed98546 authored by Julien Michel's avatar Julien Michel
Browse files

Changement dans la méthode de segmentation

parent 7de52af3
No related branches found
No related tags found
No related merge requests found
......@@ -151,7 +151,7 @@ Segmenter<TInputImage, TOuputImage>
typedef double FloatPixelType;
typedef otb::Image<FloatPixelType,InputImageType::ImageDimension> FloatImageType;
typedef itk::InvertIntensityImageFilter<InputImageType,InputImageType> InvertFilterType;
typedef itk::MultiplyImageFilter<FloatImageType,FloatImageType,FloatImageType> MultiplyFilterType;
typedef itk::MultiplyImageFilter<FloatImageType,FloatImageType,InputImageType> MultiplyFilterType;
typedef itk::CastImageFilter<InputImageType,FloatImageType> CastImageFilterType;
typedef itk::MinimumMaximumImageCalculator<InputImageType> MinMaxCalculatorType;
......
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