Skip to content
Snippets Groups Projects
Commit 599b07dc authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

MAJ pour compilation MacOSX

parent ad7a0627
Branches
Tags
No related merge requests found
......@@ -801,7 +801,7 @@ SET(BasicFeatureExtraction_SRCS6
otbExtractSegmentsNew.cxx
otbExtractSegments.cxx
otbFourierMellinImageFilterNew.cxx
otbFourierMellinImageFilterTestFFT.cxx
#otbFourierMellinImageFilterTestFFT.cxx
otbFourierMellinImageFilter.cxx
otbImageToEdgePathFilterNew.cxx
otbImageToEdgePathFilter.cxx
......
......@@ -30,7 +30,7 @@ void RegisterTests()
REGISTER_TEST(otbExtractSegmentsNew);
REGISTER_TEST(otbExtractSegments);
REGISTER_TEST(otbFourierMellinImageFilterNew);
REGISTER_TEST(otbFourierMellinImageFilterTestFFT);
//REGISTER_TEST(otbFourierMellinImageFilterTestFFT);
REGISTER_TEST(otbFourierMellinImageFilter);
REGISTER_TEST(otbImageToEdgePathFilterNew);
REGISTER_TEST(otbImageToEdgePathFilter);
......
......@@ -18,7 +18,6 @@
#if defined(_MSC_VER)
#pragma warning ( disable : 4786 )
#include "otbImage.h"
#endif
#include "otbImage.h"
......@@ -26,6 +25,7 @@
#include "otbImageFileReader.h"
#include "otbImageFileWriter.h"
#include "itkVnlFFTRealToComplexConjugateImageFilter.h"
#include <complex>
int otbFourierMellinImageFilterTestFFT(int argc, char* argv[])
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment