Skip to content
Snippets Groups Projects
Commit 18eff8f3 authored by Aurélien Bricier's avatar Aurélien Bricier
Browse files

ENH: changed example inputs to produce more explicit results

parent 0570aaed
No related branches found
No related tags found
No related merge requests found
......@@ -26,8 +26,8 @@
#include "otbImageFileWriter.h"
// Software Guide : BeginCommandLineArgs
// INPUTS: {QB_Suburb.png}
// OUTPUTS: {QB_SuburbLSD.png}
// INPUTS: {Scene.png}
// OUTPUTS: {LSDOutput.png}
// Software Guide : EndCommandLineArgs
// Software Guide : BeginLatex
......@@ -166,13 +166,13 @@ int main(int argc, char * argv[])
// Software Guide : BeginLatex
// Figure~\ref{fig:LSD} shows the result of applying the line segment
// detection to a small patch extracted from a VHR image.
// detection to an image.
// \begin{figure}
// \center
// \includegraphics[width=0.35\textwidth]{QB_Suburb.eps}
// \includegraphics[width=0.35\textwidth]{QB_SuburbLSD.eps}
// \includegraphics[width=0.35\textwidth]{Scene.eps}
// \includegraphics[width=0.35\textwidth]{LSDOutput.eps}
// \itkcaption[LSD Application]{Result of applying the
// \doxygen{otb}{LineSegmentDetector} to a VHR image of a suburb.}
// \doxygen{otb}{LineSegmentDetector} to an image.}
// \label{fig:LSD}
// \end{figure}
//
......
......@@ -31,7 +31,7 @@
#include "otbVectorDataFileWriter.h"
// Software Guide : BeginCommandLineArgs
// INPUTS: {QB_Toulouse_Ortho_PAN.tif}
// INPUTS: {Scene.png}
// OUTPUTS: {RighAngleOutput.tif}, {PrettyRighAngleInput.png}, {PrettyRighAngleOutput.png}
// 0.1 20
// Software Guide : EndCommandLineArgs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment