12-23-2010 05:47 AM
Hi Haneef,
Your implementation is correct but also need do add the following steps to get the "Boolean" output to know whether the images are same or not
1. Combine all the boolean data from the cluster named "X = Y?" using "Unbundle By Name" and "Build Array" functions
2. Do "AND" operation with the combined array from the "Build Array" using "And Array Elements" function
The boolean output from the "And Array Elements" function will give the result of comparison.
Ganesan Kani
06-03-2013 03:01 AM
hi ganesan kani,
i m doing a vi regarding image patterning in which i capture a image through running video and i wanted to compare with the already existing image if the image matches i should get result i compleated the half of the code bt i m not able to to compare the images kindly help me out
salman
06-03-2013 04:52 AM
@Haneef wrote:
Hi,
I have two image files X1.bmp and X2.bmp. I need a VI to compare these image files and get Boolean output as TURE when both images are identical, FALSE otherwise.
Please help me regarding this.
Many Thanks
Haneef
You're on the right track... Slight modification i your code, and its done..!!
06-05-2013 01:26 AM
hello guys m doing a vi regarding image patterning in which i capture a image through running video and i wanted to compare with the already existing image if the image matches i should get result i compleated the half of the code bt i m not able to to compare the images kindly help me out
salman