Skip to content

Change the test kernel for SeparableFilter2D

Mark Horvath requested to merge feature-update-test-kernel-sepfilter2d into main
  • The new kernel is not symmetric, and the mask is generated at runtime.
  • test::KernelTest is updated to do saturation when calculating expected values.
  • test::Array2D extended with a new fill method which expects a callable object.

Merge request reports