what are the best tools for c# to do image processing? i am a beginner and want to learn the basics
Asked
Active
Viewed 1,876 times
0
-
First of all, you must have a specific goal in mind ... what is it? What are you trying to build? – Hamish Grubijan Jun 28 '10 at 01:36
3 Answers
1
Try getting started with this:
http://code.google.com/p/aforge/
(Source: Are there any OK image recognition libraries for .NET?)
Once you learn the basics, you can try writing your own.

Community
- 1
- 1

Computerish
- 9,590
- 7
- 38
- 49
0
Try Emgu CV, it is the wrapper of opencv in .net. And you can get more information about it from : http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=opencv+c%23

xiao 啸
- 6,350
- 9
- 40
- 51
0
Also check the Image Processing Lab sample in C#, which uses AForge.NET library.

Darko Kenda
- 4,781
- 1
- 28
- 31