[mlpack-git] [mlpack/mlpack] Added the discretize function. Design changes as discussed. (#703)

Marcus Edel notifications at github.com
Tue Jul 5 17:28:56 EDT 2016


> +  void MaxAndLoc(CubeType &mag, arma::umat &Location, MatType& MaxVal) const;
> +
> +  void Histogram(const MatType& Magnitude,
> +                 const MatType& Orientation, 
> +                 const size_t downscale,
> +                 const size_t interp,
> +                 CubeType& HistArr);
> + 
> +  void ViewAsWindows(const CubeType& channels, const arma::umat& loc,
> +                     CubeType& features);
> +
> +  void GetRegFtr(const CubeType& channels, const arma::umat& loc,
> +                 CubeType& RegFtr);
> +
> +  void GetSSFtr(const CubeType& channels, const arma::umat& loc,
> +                 CubeType SSFtr);

I was wondering, why I don't see any similarity features, turns out we missed a reference here.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/pull/703/files/08bd5501d30f0d5a3b8dad2d2f438055e7b75cd5#r69641472
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160705/aaf781e5/attachment.html>


More information about the mlpack-git mailing list