Namespaces | |
namespace | impl |
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.
Definition at line 62 of file gaussian_subsampling.hh.
References mln::trace::entering(), mln::exact(), mln::trace::exiting(), mln::linear::gaussian(), mln::geom::ncols(), mln::geom::nrows(), and mln::subsampling::impl::subsampling_().
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] |
Subsampling FIXME : doxy.
Definition at line 91 of file subsampling.hh.
References mln::trace::entering(), mln::exact(), mln::trace::exiting(), mln::geom::ncols(), mln::geom::nrows(), and mln::subsampling::impl::subsampling_().