JaCraig / Structure.Sketching

Image processing library for use in .Net applications that supports .Net Core.
Apache License 2.0
84 stars 5 forks source link

Split filter from the process itself #35

Open JaCraig opened 7 years ago

JaCraig commented 7 years ago

Right now everything is done a specific way. Split up the filter from the process so that I can use DI to load the implementation at run time.