From c7d6579490e5b8571776393194be5aac583e8b82 Mon Sep 17 00:00:00 2001
From: Jordi Inglada <jordi.inglada@orfeo-toolbox.org>
Date: Fri, 14 Apr 2006 14:50:01 +0000
Subject: [PATCH] Exemple line ratio detector

---
 Latex/Insight.bib                         | 10 ++++++++++
 SoftwareGuide/Examples/CMakeLists.txt     |  1 +
 SoftwareGuide/Latex/FeatureExtraction.tex |  2 ++
 3 files changed, 13 insertions(+)

diff --git a/Latex/Insight.bib b/Latex/Insight.bib
index f1c2a654e8..7d94b9f2f3 100644
--- a/Latex/Insight.bib
+++ b/Latex/Insight.bib
@@ -4875,3 +4875,13 @@ YEAR=1994,
 PAGES="382--387",
 }
 
+@article{tup-98,
+   author = {F. Tupin and H. Ma\^{\i}tre and J-F. Mangin and J-M Nicolas and E. Pechersky},
+   journal = {IEEE Transactions on Geoscience and Remote Sensing},
+   month = mar,
+   number = {2},
+   pages = {434--453},
+   title = {Detection of linear features in {SAR} images: application to road network extraction.},
+   volume = {36},
+   year = {1998}
+}
diff --git a/SoftwareGuide/Examples/CMakeLists.txt b/SoftwareGuide/Examples/CMakeLists.txt
index 9bfca61895..8257a9c3c3 100644
--- a/SoftwareGuide/Examples/CMakeLists.txt
+++ b/SoftwareGuide/Examples/CMakeLists.txt
@@ -181,6 +181,7 @@ 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/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 f57d9c45f8..074fcd28df 100644
--- a/SoftwareGuide/Latex/FeatureExtraction.tex
+++ b/SoftwareGuide/Latex/FeatureExtraction.tex
@@ -9,6 +9,8 @@ What is feature extraction
 \label{sec:Alignments}
 \input{AlignmentsExample}
 \section{Lines}
+\label{sec:LineDetectors}
+\input{LineRatioDetectorExample}
 \section{Geometric Moments}
 
 \subsection{Complex Moments}
-- 
GitLab