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

Correction erreur de compilation "isnan" sous mingw et visual.

parent 5d1e5a9c
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@ namespace Functor {
*/
template <class TInputImage1, class TInputImage2, class TOutputImage>
class ITK_EXPORT KullbackLeiblerDistanceImageFilter :
public otb::BinaryFunctorNeighborhoodImageFilter<
public BinaryFunctorNeighborhoodImageFilter<
TInputImage1,TInputImage2,TOutputImage,
Functor::KullbackLeiblerDistance<
typename itk::ConstNeighborhoodIterator<TInputImage1>,
......@@ -114,7 +114,7 @@ class ITK_EXPORT KullbackLeiblerDistanceImageFilter :
public:
/** Standard class typedefs. */
typedef KullbackLeiblerDistanceImageFilter Self;
typedef typename otb::BinaryFunctorNeighborhoodImageFilter<
typedef typename BinaryFunctorNeighborhoodImageFilter<
TInputImage1,TInputImage2,TOutputImage,
Functor::KullbackLeiblerDistance<
typename itk::ConstNeighborhoodIterator<TInputImage1>,
......
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