[mlpack-git] [mlpack/mlpack] backported ind2sub and sub2ind. (#683)

stereomatchingkiss notifications at github.com
Thu Jun 9 10:53:44 EDT 2016


> +  p_size: size of image patches
> +  n_cell: number of self similarity cells
> +  n_orient: number of orientations per gradient scale
> +  */
> +  arma::vec P(2);
> +  int shrink, p_size, n_cell;
> +  shrink = this->options["shrink"];
> +  p_size = this->options["p_size"];
> +  n_cell = this->options["n_cell"];
> +
> +  /*
> +  n_color_ch: number of color channels
> +  n_grad_ch: number of gradient channels
> +  n_ch: total number of channels
> +  */
> +  int n_color_ch, n_grad_ch, n_ch;

same here, we can delay the definition of n_ch

---
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/683/files/9d85b64c6c6bdff608331195351d09abf56cfc96#r66456300
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160609/32dd7aa8/attachment.html>


More information about the mlpack-git mailing list