Skip to content
Snippets Groups Projects
Commit 65ab4dfc authored by Jordi Inglada's avatar Jordi Inglada
Browse files

DOC: doxygen documentation for EnvelopeSavitzkyGolayInterpolationFunctor

parent 3c841b59
Branches
Tags
No related merge requests found
......@@ -25,6 +25,12 @@ namespace otb
{
namespace Functor
{
/** \class otbEnvelopeSavitzkyGolayInterpolationFunctor
\brief: This class implements a Savitzky-Golay interpolation fitting the upper or lower envelope of the series being interpolated.
\sa otbSavitzkyGolayInterpolationFunctor
*/
template <unsigned int Radius, class TSeries, class TDates, class TWeight = TSeries>
class EnvelopeSavitzkyGolayInterpolationFunctor
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment