ImageSharp icon indicating copy to clipboard operation
ImageSharp copied to clipboard

Add TryGetLinearlySeparableComponents and tests

Open JimBobSquarePants opened this issue 2 years ago • 2 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

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.

JimBobSquarePants avatar Sep 12 '22 06:09 JimBobSquarePants

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! 😄

Sergio0694 avatar Sep 15 '22 12:09 Sergio0694

Very useful!!

I'll be incorporating it into the general convolution API I'll be exposing.

JimBobSquarePants avatar Sep 15 '22 12:09 JimBobSquarePants