gil icon indicating copy to clipboard operation
gil copied to clipboard

[kernel-generation] Investigate alternatives for types for kernel generation

Open simmplecoder opened this issue 6 years ago • 0 comments

At the moment, simple kernels (normalized and unnormalized mean, Gaussian blur) use boost::gil::gray32f_view_t, but that might not be the only, or best, solution.

References

  • https://lists.boost.org/boost-gil/2019/07/0273.php
  • @mloskot's suggested in https://github.com/boostorg/gil/pull/342#pullrequestreview-264528946 to make it compatible with the existing kernel_2d types

simmplecoder avatar Jul 21 '19 21:07 simmplecoder