Thread: Image manipulation

  1. #1
    Registered User
    Join Date
    Jan 2002
    Posts
    29

    Smile Image manipulation

    Hi,
    I'm doing a project in Fingerprint Matching. I am beginning to code it now. There are a number of steps involved prior to minutia extraction and the comparison. I am not sure how to change the image in C++, I will be converting to gray-scale, smoothing, thinning it etc. How is the image accessed, how do I change the pixels individually?? Is it a two-dimensional array of numbers? If you help me with this I would be very grateful.
    Thanks
    -Colin

  2. #2
    Registered User
    Join Date
    Jan 2002
    Posts
    29

    Smile

    Thanks for the advice Salem. Wotsit has a lot of information that will help. I have lots to do!!
    Thanks again,
    -Colin.

  3. #3
    after reading some of that, I think I want to try to make an image format, just for the heck of it.

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. Image Manipulation
    By gadu in forum C++ Programming
    Replies: 0
    Last Post: 04-16-2009, 07:19 PM
  3. Image Manipulation
    By Jason84 in forum C++ Programming
    Replies: 1
    Last Post: 07-28-2004, 07:30 AM
  4. image manipulation
    By axon in forum C++ Programming
    Replies: 11
    Last Post: 05-01-2003, 12:22 PM
  5. Replies: 4
    Last Post: 03-02-2003, 09:12 AM