Image Processing

  • Thread starter Thread starter RicercatoreSbadato
  • Start date Start date
R

RicercatoreSbadato

Hi all, I need to use in C# some libraries I can do a lot of thing with
the images... like histogram features or convolution, correlation, filter...
 
While not exactly a library, I would suggest taking a look at Paint.NET
(http://www.eecs.wsu.edu/paint.net/) which was started as a computer science
senior project and has turned into a very rich image editing package.

Why do I suggest Paint.NET when you said you were looking for a library?
Simple, the Paint.NET source code is freely available under a BSD style
license. Take a look, see if you cant make some of that code work for you.

Brendan
 
Back
Top