05-23-2009 09:01 AM
Hi all!!
I have i problem.
I want create with labview a rudimental video surveillance software wirth camera balser 602f ieee394.
Now, i want compare 2 picture, A and B and create an other image C whit the different pixel are red.
Example: in image A i have a table. In image B i have a table with a pen on the table.
I want an image C with the pen totaly red colored (different pixel).
Can i use machine vision to create this app?? Please help me!!
05-25-2009 09:59 AM
Sure. Store the initial image as a reference. For each new image, use absolute subtract to take the difference between the two images. Use a fixed threshold value that will ignore noise, and maybe do a little processing to clean up the resulting binary image (such as erode, fill, etc.). Display the image using the binary palette.
Bruce
05-26-2009 04:57 AM
Could you post an example please??
I have try but the resukt is wrong...
05-26-2009 07:42 AM
05-31-2009 09:02 AM