From 1ab3d44570d8d7f65646bf7910993c015c6da217 Mon Sep 17 00:00:00 2001
From: Julien Michel <julien.michel@c-s.fr>
Date: Thu, 26 Apr 2007 08:05:00 +0000
Subject: [PATCH] Fin de la vectorization.

---
 .../otbVectorizationPathListFilter.h                  | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/Code/FeatureExtraction/otbVectorizationPathListFilter.h b/Code/FeatureExtraction/otbVectorizationPathListFilter.h
index 469fe7a1c7..a81ae240a7 100644
--- a/Code/FeatureExtraction/otbVectorizationPathListFilter.h
+++ b/Code/FeatureExtraction/otbVectorizationPathListFilter.h
@@ -29,10 +29,15 @@ PURPOSE.  See the above copyright notices for more information.
 namespace otb
 {
 /** \class VectorizationPathListFilter
- *  \brief 
+ *  \brief This filter performs a vectorization from a line detector modulus and direction outputs.
  *
- * \ingroup 
- * \ingroup
+ *  The output of this filter is an otb::ObjectList<TOutputPath>.
+ *
+ *  This filter performs vectorization at non-grid position by using the barycenter of the few pixels with
+ *  non-null intensity in the given direction. A threshold can be set to tune the sensibility of the first point
+ *  detection. Path with less than three vertices are not kept by the filter.
+ *
+ * \ingroup PathListSource
  */
 template <class TInputModulus, class TInputDirection, class TOutputPath>
 class ITK_EXPORT VectorizationPathListFilter
-- 
GitLab