Click here to Skip to main content
15,887,676 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to perform smoothing, rotation, segmentation and thresholding on image. Are there any inbuilt classes that can perform digital image processing in C# ?
Thankx.
Posted

First of all, please see these CodeProject articles by Andrew Kirillov:

Image Processing Lab in C#[^],
AForge.NET open source framework[^].

Andrey it the author of well-known Open Source AForge.NET library. Please see:

http://en.wikipedia.org/wiki/AForge.NET[^],
http://www.aforgenet.com/[^].

—SA
 
Share this answer
 
Although solution 1 gives a great start, I looked at Image Processing Lab a while back and while it did offer a lot of features, it was missing a few key features we needed like PDF processing and Multipage support among other things (this may have changed since I looked). In the end, we went with leadtools imaging processing SDK. It wasn't free, but this wasn't a factor for us since we were on a tight schedule and the sdk helped us save a lot of time because it had almost all the imaging functions we needed.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900