Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
3d2297ed
Commit
3d2297ed
authored
Dec 12, 2008
by
Emmanuel Christophe
Browse files
BUG: Radar images are signed
parent
1cac662f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Testing/Code/IO/otbImageFileReaderERS.cxx
View file @
3d2297ed
...
...
@@ -36,7 +36,7 @@ int otbImageFileReaderERS(int argc, char* argv[])
const
char
*
outputFilename
=
argv
[
2
];
typedef
float
InputPixelType
;
typedef
unsigned
short
OutputPixelType
;
typedef
short
OutputPixelType
;
const
unsigned
int
Dimension
=
2
;
typedef
otb
::
VectorImage
<
InputPixelType
,
Dimension
>
InputImageType
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment