Skip to content
Snippets Groups Projects
Commit bf1010e3 authored by Julien Michel's avatar Julien Michel
Browse files

MRG

parents 85e3fa59 ebd92268
No related branches found
No related tags found
No related merge requests found
......@@ -26,8 +26,8 @@
// Software Guide : BeginCommandLineArgs
// INPUTS: {ROI_QB_MUL_1.png}
// OUTPUTS: {MSFilteredOutput.tif}, {MSClusteredOutput.tif}, {MSLabelledOutput.tif}, {MSBoundariesOutput.tif}, {MSFilteredOutput-pretty.png}, {MSClusteredOutput-pretty.png}
// 16 16 10 1.0
// OUTPUTS: {MSFilteredOutput.tif}, {MSClusteredOutput.tif}, {MSLabeledOutput.tif}, {MSBoundariesOutput.tif}, {MSFilteredOutput-pretty.png}, {MSClusteredOutput-pretty.png}
// 7 30 20 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.
//
......
......@@ -90,8 +90,8 @@ int main( int argc, char* argv[] )
// Software Guide : BeginLatex
//
// We now instanciate 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 instantiate 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-bytes covering the whole world
// Now, we potentially have an image of several Peta-Bytes 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 north pole and the
// The coordinates are refered with an origin at the North Pole 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 enables 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment