in reply to comparing two images and detecting differences
If you've got RGB you'll have to do that for each of the color values. After you do that, you'll probobly wanna do edge detection using a laplachian filter. After this it gets really tricky, but learning those two things will get you pointed in the right direction.foreach pixel { (pixel - min)*255/max }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: comparing two images and detecting differences
by bean (Monk) on Jan 05, 2004 at 21:39 UTC |