Skip to content
Snippets Groups Projects
Commit c36d067d authored by Julien Malik's avatar Julien Malik
Browse files

DOC

parent 371695fb
Branches
Tags
No related merge requests found
...@@ -23,12 +23,11 @@ ...@@ -23,12 +23,11 @@
namespace otb namespace otb
{ {
namespace Functor { namespace Functor {
/** \class DotProductFunctor /** \class DotProductFunctor
* *
* \brief Apply a matrix multiplication to a VariableLengthVector * \brief Computes the dot product against a specific vector
* *
*/ */
template<class TInput, class TOutput> template<class TInput, class TOutput>
...@@ -81,6 +80,7 @@ private: ...@@ -81,6 +80,7 @@ private:
* \brief Applies pixel-wise dot product to a VectorImage * \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 * 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 Streamed
* \ingroup Threaded * \ingroup Threaded
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment