diff --git a/Examples/FeatureExtraction/LineSegmentDetectorExample.cxx b/Examples/FeatureExtraction/LineSegmentDetectorExample.cxx index 9aff406de9cbcf38dd13285412601df56f494b45..d93dd115c968bd8884e5af4cae05685e08b22db2 100644 --- a/Examples/FeatureExtraction/LineSegmentDetectorExample.cxx +++ b/Examples/FeatureExtraction/LineSegmentDetectorExample.cxx @@ -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} // diff --git a/Examples/FeatureExtraction/RightAngleDetectionExample.cxx b/Examples/FeatureExtraction/RightAngleDetectionExample.cxx index 5746720b0473b5c27ce3d61b7445d1dfcff9510f..b49951a534fdda82cd0391f50988f64beeb152e9 100644 --- a/Examples/FeatureExtraction/RightAngleDetectionExample.cxx +++ b/Examples/FeatureExtraction/RightAngleDetectionExample.cxx @@ -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