From c36d067d8b9817470e1d0be8f65a11ab4ba03e30 Mon Sep 17 00:00:00 2001
From: Julien Malik <julien.malik@c-s.fr>
Date: Wed, 16 Feb 2011 10:05:36 +0100
Subject: [PATCH] DOC

---
 Code/BasicFilters/otbDotProductImageFilter.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Code/BasicFilters/otbDotProductImageFilter.h b/Code/BasicFilters/otbDotProductImageFilter.h
index bedb030e95..a5938caba2 100644
--- a/Code/BasicFilters/otbDotProductImageFilter.h
+++ b/Code/BasicFilters/otbDotProductImageFilter.h
@@ -23,12 +23,11 @@
 namespace otb
 {
 
-
 namespace Functor {
 
 /** \class DotProductFunctor
  *
- * \brief Apply a matrix multiplication to a VariableLengthVector
+ * \brief Computes the dot product against a specific vector
  *
  */
 template<class TInput, class TOutput>
@@ -81,6 +80,7 @@ private:
  * \brief Applies pixel-wise dot product to a VectorImage
  *
  * Given a vector, this filter outputs the dot product of each pixel of a multiband image
+ * with respect to the specified vector
  *
  * \ingroup Streamed
  * \ingroup Threaded
-- 
GitLab