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

stereomatchingkiss notifications at github.com
Thu Jun 9 12:04:08 EDT 2016


> +  U = L % (13 * 4 * (xyz.slice(0) % nz) - 13 * 0.197833) + 88 * maxi;
> +  V = L % (13 * 9 * (xyz.slice(1) % nz) - 13 * 0.468331) + 134 * maxi;
> +
> +  CubeType OutImage(InImage.n_rows, InImage.n_cols, InImage.n_slices);
> +  OutImage.slice(0) = L;
> +  OutImage.slice(1) = U;
> +  OutImage.slice(2) = V;
> +  //OutImage = arma::join_slices(L,U);
> +  //OutImage = arma::join_slices(OutImage, V);
> +  return OutImage; 
> +}
> +
> +template<typename MatType, typename CubeType>
> +MatType StructuredForests<MatType, CubeType>::
> +bilinearInterpolation(MatType const &src,
> +                      size_t height, size_t width)

Nice candidate for const member function

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


More information about the mlpack-git mailing list