Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
otb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
273
Issues
273
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Main Repositories
otb
Commits
8419fd37
Commit
8419fd37
authored
Jun 28, 2013
by
OTB Bot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
STYLE
parent
9f511ae9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Code/DisparityMap/otbMulti3DMapToDEMFilter.txx
Code/DisparityMap/otbMulti3DMapToDEMFilter.txx
+1
-1
Examples/Learning/TrainMachineLearningModelFromSamplesExample.cxx
.../Learning/TrainMachineLearningModelFromSamplesExample.cxx
+1
-1
No files found.
Code/DisparityMap/otbMulti3DMapToDEMFilter.txx
View file @
8419fd37
...
...
@@ -706,7 +706,7 @@ void Multi3DMapToDEMFilter<T3DImage, TMaskImage, TOutputDEMImage>::ThreadedGener
default:
itkExceptionMacro(<< "Unexpected value cell fusion mode :"<<this->m_CellFusionMode)
;
;
break;
}
}
...
...
Examples/Learning/TrainMachineLearningModelFromSamplesExample.cxx
View file @
8419fd37
...
...
@@ -75,7 +75,7 @@ int main(int argc, char* argv[])
// Software Guide : EndCodeSnippet
unsigned
int
inputSeed
=
121212
;
const
char
*
outputModelFileName
=
argv
[
1
];
//argv[5];
const
char
*
outputModelFileName
=
argv
[
1
];
//argv[5];
// Software Guide : BeginLatex
...
...
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