From 5e37d8d57c8ed72ece147b488aba9db9e939475a Mon Sep 17 00:00:00 2001 From: Jordi Inglada <jordi.inglada@orfeo-toolbox.org> Date: Wed, 29 Mar 2006 13:50:49 +0000 Subject: [PATCH] Exemple TouziEdgeDetector --- SoftwareGuide/Examples/CMakeLists.txt | 1 + SoftwareGuide/Latex/FeatureExtraction.tex | 1 + 2 files changed, 2 insertions(+) diff --git a/SoftwareGuide/Examples/CMakeLists.txt b/SoftwareGuide/Examples/CMakeLists.txt index 6ba6daf4ad..325b17b9db 100644 --- a/SoftwareGuide/Examples/CMakeLists.txt +++ b/SoftwareGuide/Examples/CMakeLists.txt @@ -157,6 +157,7 @@ SET( OTB_EXAMPLES_SRCS ${OTB_SOURCE_DIR}/Examples/ExtractROI/ExtractROI.cxx ${OTB_SOURCE_DIR}/Examples/BasicFilters/LeeImageFilter.cxx ${OTB_SOURCE_DIR}/Examples/FeatureExtraction/AlignmentsExample.cxx + ${OTB_SOURCE_DIR}/Examples/FeatureExtraction/TouziEdgeDetectorExample.cxx ) diff --git a/SoftwareGuide/Latex/FeatureExtraction.tex b/SoftwareGuide/Latex/FeatureExtraction.tex index 7acc8310bf..6dc6cdb931 100644 --- a/SoftwareGuide/Latex/FeatureExtraction.tex +++ b/SoftwareGuide/Latex/FeatureExtraction.tex @@ -2,6 +2,7 @@ \section{Introduction} What is feature extraction \section{Radiometric Features} +\input{TouziEdgeDetectorExample} \section{Geometric Features} \subsection{Interest Points} \subsection{Alignments} -- GitLab