ini_pk Posted November 1, 2003 Posted November 1, 2003 is there any image processing Library in .Net framework..? Quote
Administrators PlausiblyDamp Posted November 1, 2003 Administrators Posted November 1, 2003 to do what exactly? Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
aewarnick Posted November 1, 2003 Posted November 1, 2003 It supports many image formats if that is what you are asking. Quote C#
ini_pk Posted November 5, 2003 Author Posted November 5, 2003 As i am going to develope an Optical Character Recognition software therefore i want typical image processing functions like... 1)Fourier Transforms 2)Histogram Equalization 3)Edge Detection 4)Conversion to Grayscale Image etc Quote
Aurora Posted November 12, 2003 Posted November 12, 2003 i wanna to learn that there is an library about image processing or a library which have a function about image processing Quote
*Experts* Nerseus Posted November 13, 2003 *Experts* Posted November 13, 2003 I don't think anything in .NET will do the first 3 items for you. The grayscale could be done relatively simply if you want a simple method (just read each pixel and convert to grayscale - slow, but it would work). If you want more indepth imaging functions and don't want to write them yourself you'll probably want to buy a library. ULead used to offer a package but I've never used it. I'm sure there are others. You might also look for an ActiveX-based library in case you can't find a .NET version. -Nerseus Quote "I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
sem00009 Posted November 17, 2003 Posted November 17, 2003 At the moment I am wrapping a (imaging) C-Library in MC++ for using it in .NET applications. However, this library is copyright protected and I think too expensive for regular use. But what you could do is to find another c or c++ library and wrap it in a __gc class. That's pretty easy but time consumig if there are many functions ... and then you can use the funtionality in any .NET application. I have heard about a free library that's still under development http://www.itk.org - maybe there you find what you need. Quote
Dark Kai Posted December 2, 2003 Posted December 2, 2003 Well I think u should write it yourself cauze it's kindda hard to find free library for image processing. There are many available in the market VicWin, MIL(Matrox Imaging Library) etc. Email me if u have some problems with algorithms. will try to help(I'm not a pro) in anyway i can. kevin@ihs.com.my Quote
cgraus Posted January 8, 2004 Posted January 8, 2004 I've written a library in C#, it's at http://www.codeproject.com. It doesn't do all the stuff you want, but it could be extended to do so. If your project is commercial, I'm available to make extensions for you on a contract basis. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.