diff --git a/SoftwareGuide/Examples/CMakeLists.txt b/SoftwareGuide/Examples/CMakeLists.txt index 8257a9c3c36cf850ffc43eb5c06d0a2d23f3f266..6df722fb832488b4c27bd6d61cfcf900453850a0 100644 --- a/SoftwareGuide/Examples/CMakeLists.txt +++ b/SoftwareGuide/Examples/CMakeLists.txt @@ -181,7 +181,11 @@ SET( OTB_EXAMPLES_SRCS ${OTB_SOURCE_DIR}/Examples/StartExamples/MeanImageFilter.cxx ${OTB_SOURCE_DIR}/Examples/BasicFilters/LeeImageFilter.cxx ${OTB_SOURCE_DIR}/Examples/FeatureExtraction/AlignmentsExample.cxx - ${OTB_SOURCE_DIR}/Examples/FeatureExtraction/LineRatioDetectorExample.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/ExtractSegmentsByStepsExample.cxx + ${OTB_SOURCE_DIR}/Examples/FeatureExtraction/ExtractSegmentsExample.cxx ${OTB_SOURCE_DIR}/Examples/FeatureExtraction/TouziEdgeDetectorExample.cxx ${OTB_SOURCE_DIR}/Examples/FeatureExtraction/HarrisExample.cxx ${OTB_SOURCE_DIR}/Examples/FeatureExtraction/ComplexMomentImageExample.cxx diff --git a/SoftwareGuide/Latex/FeatureExtraction.tex b/SoftwareGuide/Latex/FeatureExtraction.tex index 074fcd28dff1ecaa980f847b448116e9e681c4e0..a7336189dfe114e479fa8c56b248a614359fadc9 100644 --- a/SoftwareGuide/Latex/FeatureExtraction.tex +++ b/SoftwareGuide/Latex/FeatureExtraction.tex @@ -10,7 +10,19 @@ What is feature extraction \input{AlignmentsExample} \section{Lines} \label{sec:LineDetectors} -\input{LineRatioDetectorExample} + +\subsection{Line Detection} +\label{sec:LineDetection} +\input{RatioLineDetectorExample} +\input{CorrelationLineDetectorExample} +\input{AssymmetricFusionOfLineDetectorExample} + +\subsection{Segment Extraction} +\label{sec:SegmentExtraction} + +\input{ExtractSegmentsByStepsExample} +\input{ExtractSegmentsExample} + \section{Geometric Moments} \subsection{Complex Moments}