Thread: Image Processing - Reading GRAYLEVEL IMAGES IN VISUAL C++

  1. #1
    Registered User
    Join Date
    Aug 2012
    Location
    Coimbatore, Tamil Nadu, India
    Posts
    1

    Image Processing - Reading GRAYLEVEL IMAGES IN VISUAL C++

    Hi,
    I need to read graylevel images in Visual C++ and store the pixel values in an array. Please provide code for this alone... It's urgent.. This is part of my Image Processing project. Please provide me the code or atleast an idea of how to do it.. Please help at the earliest....

  2. #2
    Registered User
    Join Date
    Aug 2003
    Posts
    1,218
    An idea how to do it: fstream

    and

    How To Ask Questions The Smart Way

  3. #3
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Don't forget the Homework Policy.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C# Image Processing :
    By wanchanok in forum C# Programming
    Replies: 2
    Last Post: 08-19-2009, 05:12 AM
  2. help in image processing
    By hasson28 in forum C++ Programming
    Replies: 3
    Last Post: 09-06-2006, 11:46 AM
  3. 2d to 3d: Image processing
    By arjunajay in forum C++ Programming
    Replies: 2
    Last Post: 07-19-2006, 09:39 PM
  4. C++ image processing
    By pppbigppp in forum C++ Programming
    Replies: 2
    Last Post: 06-08-2006, 04:36 AM
  5. Image rotation using intel image processing
    By sunis in forum Windows Programming
    Replies: 1
    Last Post: 11-18-2002, 02:40 AM