From b6cd81aea0f16c10de05151c6c49c3f5ef57a925 Mon Sep 17 00:00:00 2001 From: Manuel Grizonnet <manuel.grizonnet@cnes.fr> Date: Fri, 23 Sep 2016 09:11:27 +0200 Subject: [PATCH] BUG: rename assymetric example to asymetric --- Documentation/SoftwareGuide/Examples/CMakeLists.txt | 2 +- Documentation/SoftwareGuide/Latex/FeatureExtraction.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/SoftwareGuide/Examples/CMakeLists.txt b/Documentation/SoftwareGuide/Examples/CMakeLists.txt index 5ff13e6016..f9ca740a84 100644 --- a/Documentation/SoftwareGuide/Examples/CMakeLists.txt +++ b/Documentation/SoftwareGuide/Examples/CMakeLists.txt @@ -300,7 +300,7 @@ SET( OTB_EXAMPLES_SRCS ${OTB_SOURCE_DIR}/Examples/FeatureExtraction/AlignmentsExample.cxx ${OTB_SOURCE_DIR}/Examples/FeatureExtraction/RatioLineDetectorExample.cxx ${OTB_SOURCE_DIR}/Examples/FeatureExtraction/CorrelationLineDetectorExample.cxx - ${OTB_SOURCE_DIR}/Examples/FeatureExtraction/AssymmetricFusionOfLineDetectorExample.cxx + ${OTB_SOURCE_DIR}/Examples/FeatureExtraction/AsymmetricFusionOfLineDetectorExample.cxx ${OTB_SOURCE_DIR}/Examples/FeatureExtraction/LocalHoughExample.cxx #${OTB_SOURCE_DIR}/Examples/FeatureExtraction/LineSegmentDetectorExample.cxx #${OTB_SOURCE_DIR}/Examples/FeatureExtraction/RightAngleDetectionExample.cxx diff --git a/Documentation/SoftwareGuide/Latex/FeatureExtraction.tex b/Documentation/SoftwareGuide/Latex/FeatureExtraction.tex index 3380eaef2f..0a6c4700ca 100644 --- a/Documentation/SoftwareGuide/Latex/FeatureExtraction.tex +++ b/Documentation/SoftwareGuide/Latex/FeatureExtraction.tex @@ -95,7 +95,7 @@ More features are available in \doxygen{otb}{ScalarImageToAdvancedTexturesFilter \label{sec:LineDetection} \input{RatioLineDetectorExample} \input{CorrelationLineDetectorExample} -\input{AssymmetricFusionOfLineDetectorExample} +\input{AsymmetricFusionOfLineDetectorExample} \input{ParallelLineDetectionExample} -- GitLab