0
Reply

How to check pixel by pixel

Irene Tan

Irene Tan

Apr 19 2008 9:35 PM
3.8k

I am currently using an AForge.net platform (C#) but then how am i able to check for the color of that particular pixel... and how am i able to get the images link up?

Eample: If the (image1)pixel is gray, then replace it with red...

              From here, the position of the red will then be reflected onto the other image (image2)... but the 2 images have 2 different image format (1 in RBG, 1 in grayscale/binary)

<- is there such a method?? if no... then what will it be??