[mlpack-git] [mlpack/mlpack] edge_boxes: feature extraction updated, tests added (#696)

Marcus Edel notifications at github.com
Tue Jun 14 18:01:21 EDT 2016


> +                                 const double inf);
> +  
> +  void DistanceTransform2D(MatType &im, const double inf);
> +  
> +  MatType DistanceTransformImage(MatType const &im, double on);
> +  
> +  arma::field<CubeType> GetFeatures(MatType const &image, arma::umat &loc);
> +  
> +  CubeType CopyMakeBorder(CubeType const &InImage, size_t top, 
> +               size_t left, size_t bottom, size_t right);
> +  
> +  void GetShrunkChannels(CubeType const &InImage, CubeType &reg_ch, CubeType &ss_ch);
> +  
> +  CubeType RGB2LUV(CubeType const &InImage);
> +  
> +  MatType bilinearInterpolation(MatType const &src,

I agree, we could to the same for: ``GetFeatureDimension, DistanceTransform1D, DistanceTransformImage, GetFeatures, CopyMakeBorder, RGB2LUV, sepFilter2D, ConvTriangle, MaxAndLoc, Histogram, ViewAsWindows, GetRegFtr, GetSSFtr, Rearrange, PDist``.

---
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/696/files/b38b688edfc4c2ee8bf461240f8384a70575d3a4#r67065884
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160614/1c597ac1/attachment.html>


More information about the mlpack-git mailing list