Vespucci  1.0.0
rollingball.h File Reference
#include "Global/libvespucci.h"
#include <mlpack/core.hpp>

Go to the source code of this file.

Namespaces

 Vespucci
 A namespace for "global" functions, including math functions.
 
 Vespucci::Math
 A namespace for math functions relating to linear least squares regression.
 
 Vespucci::Math::Baseline
 

Functions

VESPUCCI_EXPORT arma::vec Vespucci::Math::Baseline::RollingBallBaseline (const arma::vec &spectrum, arma::vec &baseline, arma::uword wm, arma::uword ws)
 Vespucci::Math::Baseline::RollingBallBaseline. More...
 
VESPUCCI_EXPORT arma::mat Vespucci::Math::Baseline::RollingBallBaselineMat (const arma::mat &spectra, arma::mat &baselines, arma::uword wm, arma::uword ws)