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

Marcus Edel notifications at github.com
Sun Aug 14 12:01:09 EDT 2016


> +                 CubeType& OutImage);
> +  
> +  /**
> +   * Augment image patch with multiple channels of information 
> +   * resulting in a feature vector. Shrink these channels by shrink
> +   * size to reduce dimensions of the extracted candidate features.
> +   * Refer to the following paper for details:
> +   * Fast edge detection using structured forests
> +   * Authors: Piotr Dollar, Larry Zitnick
> +   * Published In: ICCV
> +   * @param InImage Input Image.
> +   * @param regCh Channels used in calculating Regular Features.
> +   * @param ssCh Channels used in calculating Self Similarity Features.
> +   * @param table a vector which helps in converting image from RGB to LUV.
> +   */
> +  void GetShrunkChannels(const CubeType& InImage, CubeType &reg_ch,

Can you use the doxygen style to cite the paper. Here is an example: https://github.com/mlpack/mlpack/blob/master/src/mlpack/methods/ann/layer/dropout_layer.hpp

-- 
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/72eb1ef22c7db1ea33af3de1cd043cdb277ec562#r74704303
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160814/f955c25f/attachment-0001.html>


More information about the mlpack-git mailing list