ImageSharp
ImageSharp copied to clipboard
Add TryGetLinearlySeparableComponents and tests
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
This is all @Sergio0694 brilliant work from sp/auto-matrix-linear-decomposition. All I've done is copy the code and tests from that branch as it's impossible to merge it following the Git LFS changes.
Ooh I forgot about this branch, really happy to see it back! And glad to see that my work with that linear separation method will be useful! 😄
Very useful!!
I'll be incorporating it into the general convolution API I'll be exposing.