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

Tham notifications at github.com
Fri Jun 24 13:25:46 EDT 2016


> +                          size_t height, size_t width,
> +                          MatType& dst);
> +  
> +  void SepFilter2D(CubeType &InOutImage, const arma::vec& kernel, const size_t radius);
> +
> +  void ConvTriangle(CubeType &InImage, const size_t radius);
> +
> +  void Gradient(const CubeType& InImage, 
> +         MatType& Magnitude,
> +         MatType& Orientation);
> +
> +  void MaxAndLoc(CubeType &mag, arma::umat &Location, MatType& MaxVal) const;
> +
> +  void Histogram(const MatType& Magnitude,
> +            const MatType& Orientation, 
> +            size_t downscale, size_t interp,

Do you forgot const?const size_t downscale, const size_t interp?

---
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/987f0790f745314a2117a87f28a346b05a8a2a2d#r68431312
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160624/42cf2e45/attachment-0001.html>


More information about the mlpack-git mailing list