LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to specify socre in Golden Template.

Hello to all.

 

I have an application which it compare an image with a template with Compare Golden Template VI.

My application is based on this example

It works fine.

 

But now I would like to implement an Score in golden template like Pattern Matching VI does.

So that user can put the Score to determinate if image pass or not.

 

How can I do that with Golden Template?

 

Thanks a lot.

 

 

0 Kudos
Message 1 of 4
(2,707 Views)

Can anybody help me?

 

Thanks a lot.

0 Kudos
Message 2 of 4
(2,656 Views)

Pattern Matching or Geometric Matching methods are little bit different compared to Golden Template Comparison.

-The name Matching and Comparison could be confusing here.

-Golden Template Comparison Produces the Binary image which is the subtraction of Test image with Template (Known as defects).

-One simple way i could think of is Do Particle Analysis on the Result image and based on the the particle region and/or area and set the Pass/Fail Percentage.

-Read More here: http://zone.ni.com/reference/en-XX/help/370281AD-01/nivisionconcepts/golden_concepts/

 

Thanks
uday
0 Kudos
Message 3 of 4
(2,647 Views)

Thanks a lot for replying.

I did something like that.

I take every diferent particles between template and image.

Then an VI calculate %Area of each particle and then I set Pass/Fail Percentage.

 

Thanks!

0 Kudos
Message 4 of 4
(2,645 Views)