LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Image comparision using pattern method

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

0 Kudos
Message 11 of 14
(545 Views)

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

0 Kudos
Message 12 of 14
(482 Views)

@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..!!


I am not allergic to Kudos, in fact I love Kudos.

 Make your LabVIEW experience more CONVENIENT.


0 Kudos
Message 13 of 14
(477 Views)

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

0 Kudos
Message 14 of 14
(457 Views)