Thread: pixels of image

  1. #1
    Registered User
    Join Date
    Mar 2011
    Posts
    8

    pixels of image

    hello

    i use openCv and i would like to knouw how the image's pixels are stored in memory? is it in a matrix? and if it is what her dimension?

    thanks

  2. #2
    Officially An Architect brewbuck's Avatar
    Join Date
    Mar 2007
    Location
    Portland, OR
    Posts
    7,396
    OpenCV uses Mat objects to hold image samples.

    Basic Structures — opencv v2.1 documentation
    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. Replies: 15
    Last Post: 03-07-2011, 12:48 PM
  2. Replies: 4
    Last Post: 03-13-2010, 05:10 AM
  3. Replies: 13
    Last Post: 11-20-2009, 04:43 PM
  4. accessing pixels in an image - histograms help?
    By pastitprogram in forum C++ Programming
    Replies: 3
    Last Post: 05-12-2008, 02:03 AM
  5. creating image from pixels stored in file
    By Kristian25 in forum Windows Programming
    Replies: 3
    Last Post: 01-21-2003, 02:08 PM