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

Correction précision pour tests en erreur.

parent 1f63c7f5
No related branches found
No related tags found
No related merge requests found
......@@ -47,9 +47,9 @@ int otbAlignImageToPath( int argc, char * argv[] )
const char * outputFilename = argv[2];
typedef unsigned char InputPixelType;
typedef unsigned char OutputPixelType;
typedef float RealPixelType;
typedef double InputPixelType;
typedef double OutputPixelType;
typedef double RealPixelType;
const unsigned int Dimension = 2;
typedef itk::Image< InputPixelType, Dimension > InputImageType;
......
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