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

erreurs de compilation windows

parent fe64c6b5
Branches
Tags
No related merge requests found
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
#define _otbMRFEnergyGaussianClassification_h #define _otbMRFEnergyGaussianClassification_h
#include "otbMRFEnergy.h" #include "otbMRFEnergy.h"
#include "otbMath.h"
#define M_SQUARE(x) ((x)*(x)) #define M_SQUARE(x) ((x)*(x))
......
...@@ -91,7 +91,7 @@ MarkovClassificationFilter<TInputImage, TClassifiedImage> ...@@ -91,7 +91,7 @@ MarkovClassificationFilter<TInputImage, TClassifiedImage>
{ {
return 0; return 0;
} }
return static_cast<const TrainingImageType * > return static_cast<TrainingImageType * >
(this->itk::ProcessObject::GetInput(1) ); (this->itk::ProcessObject::GetInput(1) );
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment