BoofCV icon indicating copy to clipboard operation
BoofCV copied to clipboard

convolution kernel order

Open lessthanoptimal opened this issue 14 years ago • 1 comments

  • When convolving kernels across an image they are done in the wrong order.
  • Minimal impact since almost all kernels used in computer vision are symmetric
  • Needs to be fixed and checked to make sure performance does not degrade

lessthanoptimal avatar Nov 03 '11 09:11 lessthanoptimal

Support for non-symmetric kernels was added in v0.17.

lessthanoptimal avatar Jun 10 '14 19:06 lessthanoptimal