Thread: differences between images

  1. #1
    Registered User
    Join Date
    Jan 2004
    Posts
    21

    Question differences between images

    i have to make a program that finds differences betwenn images in raw files. the raw file contains byte type data and i need to find where are differences and make a circule round it. i know how to make the circule. i also know how to find one different byte but i have to find sets of different bytes next to each other, cause that is a difference. any one knows a good algorith? or something that may help me?

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    http://www.google.co.uk/search?q=image+processing+FAQ
    Image processing is some serious maths, you'd better be ready for some long reading sessions.

    Where are the images coming from?
    If it's a camera for example, then any small change in position or lighting will pretty much change every single byte in the file by some small amount.
    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.

  3. #3
    Registered User
    Join Date
    Jan 2004
    Posts
    21
    it's just for images in the gray scale. tks

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. stdio differences windows vs linux
    By keira in forum C Programming
    Replies: 6
    Last Post: 09-14-2008, 04:42 PM
  2. mirroring website with images on external host
    By cyberfish in forum Tech Board
    Replies: 1
    Last Post: 09-08-2008, 06:50 PM
  3. CBitmap + big images = bad?
    By dug in forum Windows Programming
    Replies: 18
    Last Post: 06-28-2003, 11:53 PM
  4. Images
    By gvector1 in forum C++ Programming
    Replies: 7
    Last Post: 02-25-2003, 09:59 AM
  5. images, icons, and cursors, OH MY!
    By DarkViper in forum Windows Programming
    Replies: 3
    Last Post: 01-07-2003, 02:26 PM