Functions | |
template<typename I> | |
mln::trait::concrete< I >::ret | gaussian_subsampling (const Image< I > &input, float sigma, const typename I::dpsite &first_p, const typename I::site::coord &gap) |
Gaussian subsampling FIXME : doxy. | |
template<typename I> | |
mln::trait::concrete< I >::ret | subsampling (const Image< I > &input, const typename I::site::delta &first_p, const typename I::site::coord &gap) |
Subsampling FIXME : doxy. |
mln::trait::concrete< I >::ret mln::subsampling::gaussian_subsampling | ( | const Image< I > & | input, | |
float | sigma, | |||
const typename I::dpsite & | first_p, | |||
const typename I::site::coord & | gap | |||
) | [inline] |
Gaussian subsampling FIXME : doxy.
References mln::linear::gaussian(), mln::geom::ncols(), and mln::geom::nrows().
mln::trait::concrete< I >::ret mln::subsampling::subsampling | ( | const Image< I > & | input, | |
const typename I::site::delta & | first_p, | |||
const typename I::site::coord & | gap | |||
) | [inline] |