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

Tham notifications at github.com
Fri Jun 24 13:26:10 EDT 2016


> +  void GetFeatures(const MatType &Image, arma::umat &loc,\
> +                   CubeType& RegFtr, CubeType& SSFtr,\
> +                   const arma::vec& table);
> +  
> +  void CopyMakeBorder(const CubeType& InImage, size_t top, 
> +                 size_t left, size_t bottom, size_t right,
> +                 CubeType& OutImage);
> +  
> +  void GetShrunkChannels(const CubeType& InImage, CubeType &reg_ch,\
> +                  CubeType &ss_ch, const arma::vec& table);
> +  
> +  void RGB2LUV(const CubeType& InImage, CubeType& OutImage,\
> +                   const arma::vec& table);
> +  
> +  void BilinearInterpolation(const MatType& src,
> +                          size_t height, size_t width,

Do you forgot const?const size_t height, const size_t width?

---
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#r68431382
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160624/7b553dc4/attachment.html>


More information about the mlpack-git mailing list