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

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


> +
> +  /**
> +   * Regular Features are features directly indexing to the image locations.
> +   * Each channel is of same size as that of image and captures a different
> +   * faucet of information, like color, gradient and oriented gradient
> +   * information at a patch x. Refer to the below paper for details:
> +   * Sketch Tokens: A Learned Mid-level Representation for Contour 
> +   * and Object Detection.
> +   * Published in: Computer Vision and Pattern Recognition (CVPR),
> +   * 2013 IEEE Conference 
> +   * Author(s) : Joseph J. Lim ; C. Lawrence Zitnick ; Piotr Dollár
> +   * @param channels input candidate regular features
> +   * @param loc input locations
> +   * @param RegFtr output Regular Features at that location.
> +   */
> +  void GetRegFtr(const CubeType& channels, const arma::umat& loc,

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


More information about the mlpack-git mailing list