Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Youssefi
otb
Commits
bf1010e3
Commit
bf1010e3
authored
16 years ago
by
Julien Michel
Browse files
Options
Downloads
Plain Diff
MRG
parents
85e3fa59
ebd92268
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Examples/BasicFilters/MeanShiftVectorImageFilterExample.cxx
+3
-3
3 additions, 3 deletions
Examples/BasicFilters/MeanShiftVectorImageFilterExample.cxx
Examples/IO/TileMapImageIOExample.cxx
+5
-5
5 additions, 5 deletions
Examples/IO/TileMapImageIOExample.cxx
with
8 additions
and
8 deletions
Examples/BasicFilters/MeanShiftVectorImageFilterExample.cxx
+
3
−
3
View file @
bf1010e3
...
...
@@ -26,8 +26,8 @@
// Software Guide : BeginCommandLineArgs
// INPUTS: {ROI_QB_MUL_1.png}
// OUTPUTS: {MSFilteredOutput.tif}, {MSClusteredOutput.tif}, {MSLabel
l
edOutput.tif}, {MSBoundariesOutput.tif}, {MSFilteredOutput-pretty.png}, {MSClusteredOutput-pretty.png}
//
16 16 1
0 1.0
// OUTPUTS: {MSFilteredOutput.tif}, {MSClusteredOutput.tif}, {MSLabeledOutput.tif}, {MSBoundariesOutput.tif}, {MSFilteredOutput-pretty.png}, {MSClusteredOutput-pretty.png}
//
7 30 2
0 1.0
// Software Guide : EndCommandLineArgs
// Software Guide : BeginLatex
...
...
@@ -87,7 +87,7 @@ int main(int argc, char * argv[])
// Software Guide : BeginLatex
//
// We start by the classical \code{typedef}s needed for reading and
// writing the images. The EDISON code upon which OTB's
// writing the images. The EDISON
\url{http://www.caip.rutgers.edu/riul/research/code/EDISON/index.html}
code upon which OTB's
// implementation is based, uses float pixel precision, so we choose
// to work with a float pixel type.
//
...
...
This diff is collapsed.
Click to expand it.
Examples/IO/TileMapImageIOExample.cxx
+
5
−
5
View file @
bf1010e3
...
...
@@ -90,8 +90,8 @@ int main( int argc, char* argv[] )
// Software Guide : BeginLatex
//
// We now instan
c
iate the reader. As some parameters need to be given to the
// IO which is an \doxygen{otb}{TileMapImageIO}, we need to manually create it
also
:
// We now instan
t
iate the reader. As some parameters need to be given to the
// IO which is an \doxygen{otb}{TileMapImageIO}, we need to manually create it:
//
// Software Guide : EndLatex
...
...
@@ -112,12 +112,12 @@ int main( int argc, char* argv[] )
// Software Guide : BeginLatex
//
// Now, we potentially have an image of several Peta-
b
ytes covering the whole world
// Now, we potentially have an image of several Peta-
B
ytes covering the whole world
// in the reader
// that's why we don't want to do an update before extracting a specific
// area.
//
// The coordinates are refered with an origin at the
n
orth
p
ole and the
// The coordinates are refered with an origin at the
N
orth
P
ole and the
// change date meridian in Mercator projection. So we need to translate the latitude
// and the longitude in this funny coordinate system:
//
...
...
@@ -147,7 +147,7 @@ int main( int argc, char* argv[] )
// Software Guide : BeginLatex
//
// This enable us to use the \doxygen{otb}{ExtractROI} to retrieve only
// This enable
s
us to use the \doxygen{otb}{ExtractROI} to retrieve only
// the area of interest and to avoid crashing our memory-limited computer.
//
// Software Guide : EndLatex
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment