Thread: Image processing

  1. #1
    Registered User
    Join Date
    May 2010
    Posts
    8

    Image processing

    Hello fellowers

    I have been researching almost my whole semester about image processing, i have failed to get any information about it. Anyone of you fellowers help me with information of this. I looking forward for your help.

    Image processing: a black and white picture with 8 bit per pixel. Searching a two dimensional array for a particular value( biggest, smallest etc). Passing argument to functions, returning result via argument by using pointers

  2. #2
    spurious conceit MK27's Avatar
    Join Date
    Jul 2008
    Location
    segmentation fault
    Posts
    8,300
    Computer images come in different formats (JPEG, bitmap, png, etc) in which store the pixel data differently. The most straight forward one is probably the raw bitmap.
    C programming resources:
    GNU C Function and Macro Index -- glibc reference manual
    The C Book -- nice online learner guide
    Current ISO draft standard
    CCAN -- new CPAN like open source library repository
    3 (different) GNU debugger tutorials: #1 -- #2 -- #3
    cpwiki -- our wiki on sourceforge

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    How can you search for a whole semester and NOT find anything?

    What makes you think we could come up with any meaningful and useful link based on the information you posted?
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  4. #4
    Officially An Architect brewbuck's Avatar
    Join Date
    Mar 2007
    Location
    Portland, OR
    Posts
    7,396
    Why would you use 8-bit samples for a black and white image?

    Your last paragraph looks copy-pasted from some assignment handout. What are you REALLY trying to figure out?
    Code:
    //try
    //{
    	if (a) do { f( b); } while(1);
    	else   do { f(!b); } while(1);
    //}

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem reading tiff image files?
    By compz in forum C++ Programming
    Replies: 9
    Last Post: 10-30-2009, 04:17 AM
  2. Simple Image Processing
    By ejohns85 in forum C++ Programming
    Replies: 4
    Last Post: 03-19-2009, 12:10 PM
  3. Replies: 4
    Last Post: 03-02-2003, 09:12 AM
  4. Memory Allocation in Intell Image processing liberary
    By nisar in forum Windows Programming
    Replies: 0
    Last Post: 01-12-2003, 07:29 AM
  5. Image rotation using intel image processing
    By sunis in forum Windows Programming
    Replies: 1
    Last Post: 11-18-2002, 02:40 AM