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

DOC: BinarySpectralAngleFunctor

parent 4918c47c
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,10 @@
namespace otb
{
/** \class BinarySpectralAngleFunctor
* \brief This functor computes the spectral angle according to a reference pixel.
* \brief This functor computes the spectral angle between two pixels.
*
* It can be used as a functor in a BinaryFunctorImageFilter to
* compute the pixel-by-pixel spectral angles.
*/
namespace Functor
{
......@@ -66,7 +69,7 @@ public:
}
};
} // end namespace functor
} // end namespace Functor
} // end namespace otb
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment