Skip to content
Snippets Groups Projects
Commit 0082721e authored by Romain Garrigues's avatar Romain Garrigues
Browse files

Modification de std::complex<int> en std::complex<float>

parent a975232f
No related branches found
No related tags found
No related merge requests found
......@@ -27,8 +27,8 @@ int otbMultiToMonoChannelExtractROISAR ( int argc, char ** argv )
const char * inputFilename = argv[1];
const char * outputFilename = argv[2];
typedef std::complex<int> InputPixelType;
typedef std::complex<int> OutputPixelType;
typedef std::complex<float> InputPixelType;
typedef std::complex<float> OutputPixelType;
typedef otb::MultiToMonoChannelExtractROI< InputPixelType,
......
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