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

DOC

parent 371695fb
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment