Hi guys, i have a question.
What is the best way to extract the common part of 2 pictures to work on it. What i'm trying to do is a human tracking system, using simple webcam, and i encountered some problems to achieve it. I tried to change both images into gray scale, then used imaq image to array, now i would like to compare arrays in a for loop, then fill common parts with 0 and the rest with values from grabbed image. Is there any better way to do it?