Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Main Repositories
otb
Commits
472c3bf5
Commit
472c3bf5
authored
Oct 16, 2013
by
Julien Michel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG: Fixing
#794
parent
6eba1808
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
Applications/Segmentation/otbLSMSSegmentation.cxx
Applications/Segmentation/otbLSMSSegmentation.cxx
+3
-1
No files found.
Applications/Segmentation/otbLSMSSegmentation.cxx
View file @
472c3bf5
...
...
@@ -165,6 +165,8 @@ private:
{
for
(
unsigned
int
row
=
0
;
row
<
nbTilesY
;
++
row
)
{
std
::
cout
<<
"Row: "
<<
row
<<
", column: "
<<
column
<<
std
::
endl
;
ofs
<<
"
\t\t
<SimpleSource>"
<<
std
::
endl
;
ofs
<<
"
\t\t\t
<SourceFilename relativeToVRT=
\"
1
\"
>"
<<
CreateFileName
(
row
,
column
,
"FINAL"
)
<<
"</SourceFilename>"
<<
std
::
endl
;
ofs
<<
"
\t\t\t
<SourceBand>1</SourceBand>"
<<
std
::
endl
;
...
...
@@ -633,7 +635,7 @@ private:
// Here we write a temporary vrt file that will be used to
// stitch together all the tiles
std
::
string
vrtfile
=
WriteVRTFile
(
nbTiles
Y
,
nbTilesY
,
sizeTilesX
,
sizeTilesY
,
sizeImageX
,
sizeImageY
);
std
::
string
vrtfile
=
WriteVRTFile
(
nbTiles
X
,
nbTilesY
,
sizeTilesX
,
sizeTilesY
,
sizeImageX
,
sizeImageY
);
m_FilesToRemoveAfterExecute
.
push_back
(
vrtfile
);
...
...
Write
Preview
Markdown
is supported
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