-
image processing in C
Hello..
I am trying to do image processing using C. However, I am a complete novice at this. Can anyone please tell me about a C library(or a similar program etc) to read JPEG (or other) image files and store the data thus obtained. Please help me in any way you can.
Regards.
-
The JPEG code is free on their site or once was. Basically, you want to process a "standard" image as a RGB array (one long char array containing red followed by green followed by blue for each pixel in the image). There are reasons to use other resolutions and formats, but most of the basics can be done in this way.
http://www.xfig.org/art3.html is a link that seems to have the jpeg group's (well the g in jpeg IS group but you know what I mean) C code. If you are on windows, you will have to find an un-tar (I recommend the free powerarchiver utility, version 6). You may have to search around to find a working version but its definately out there on the web.
-
You can try the CxImage library, but it is in C++: http://www.codeproject.com/bitmap/cximage.asp.
-
Search for Open Source Computer Vision Library on the internet. It is excellent!
Similar Threads
-
Replies: 6
Last Post: 02-03-2006, 12:55 PM
-
By gayatri317 in forum Java
Replies: 3
Last Post: 01-29-2006, 01:14 AM
-
By gayatri317 in forum Java
Replies: 1
Last Post: 01-26-2006, 03:15 AM
-
Replies: 3
Last Post: 08-30-2001, 11:45 AM
-
By David Crowell in forum vb.announcements
Replies: 0
Last Post: 09-05-2000, 12:20 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks