ImageSharp icon indicating copy to clipboard operation
ImageSharp copied to clipboard

Expose Convolution Api

Open JimBobSquarePants opened this issue 1 year ago • 0 comments

Prerequisites

  • [x] I have written a descriptive pull-request title
  • [x] I have verified that there are no overlapping pull-requests open
  • [x] I have verified that I am following the existing coding patterns and practice as demonstrated in the repository. These follow strict Stylecop rules :cop:.
  • [x] I have provided test coverage for my change (where applicable)

Description

See the roadmap discussion at https://github.com/SixLabors/ImageSharp/discussions/2533

Adds a general convolution API that accepts a DenseMatrix<float> to describe the convolution kernel.

All this stuff has been the plumbing for various processors over the years and should be exposed publicly now it's solid.

JimBobSquarePants avatar Aug 23 '24 12:08 JimBobSquarePants