imagingsuite icon indicating copy to clipboard operation
imagingsuite copied to clipboard

Core - Implement fast 1D convolution

Open anderskaestner opened this issue 7 years ago • 0 comments
trafficstars

Convolution is the base for many algorithms and can be repeated many times. Gaining time is of the essence here. Implement

  • [ ] 1D filter reference code
  • [ ] Work with memory chunks
  • [ ] Thread pool implementation with memory chunks
  • [ ] SEE version
  • [ ] Unit test to compare the two versions
  • [ ] Unit test for benchmarking

anderskaestner avatar Oct 27 '18 05:10 anderskaestner