Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

pattern matching program

Solved!
Go to solution

Hi Lazer,

 Bit busy with official work. I saw the image and defects and this cannot be identified with pattern maching. You need to do some other algorithm, Try texture defect built in example. Hope, this might solve your problem. 

---
Silver_Shaper | CLD
0 Kudos
Message 41 of 57
(2,059 Views)
Thank you for this advise. I will try to follow and will let you know if I succeed
0 Kudos
Message 42 of 57
(2,057 Views)

Sure it will give desired result.

---
Silver_Shaper | CLD
0 Kudos
Message 43 of 57
(2,056 Views)

hello Sasi, 

 

you advised me to follow defect texture which will do what I am desiring for. You said built in example as well. Could you upload the example please. 

 

Many Thanks 

Lazer

0 Kudos
Message 44 of 57
(2,032 Views)

Hello Sasi, 

 

Sorry, I extremely sorry but I am really stuck. You asked me to try detect texture but I could not follow the method and I posted my VI on the forum and no one reply either. Could you please help. I have posted every thing what I have created on this thread;

http://forums.ni.com/t5/LabVIEW/How-to-save-images-into-hard-drive/td-p/2349042

 

Many Thanks 

Lazer

0 Kudos
Message 45 of 57
(2,021 Views)

As recommended by other users, it would be a good idea to create a new thread for your question on the Machine Vision forum (your thread with no responses on it was on the LabVIEW forum). That way instead of trying to get one person's attention, you can get the support and advice of the entire community that uses that forum. New forums with fewer posts typically get more attention from users. 

Cameron T
Applications Engineer
National Instruments
0 Kudos
Message 46 of 57
(2,004 Views)
Hi Cameron,

I have created new thread as well and you can look at my older post there is a link of my thread.
In future, I will post on machine forum. Thanks for this advise.
Regards
0 Kudos
Message 47 of 57
(2,002 Views)

In this illustrative example, we will create a program in Labview capture an image pattern, after the search to show the location and coordinates, you can check the following article in the following link

 

https://decibel.ni.com/content/docs/DOC-31880

0 Kudos
Message 48 of 57
(1,893 Views)

In the following function block proceed to perform the extraction of the pattern with a function for image processing that captures the last event of the RGB (extract image and coordinates)

 

4.png

0 Kudos
Message 49 of 57
(1,892 Views)

In the following we proceed to function block search pattern extracted in the previous process (the parameters as rotation angle and minimum score is inserted into SETTINGS control), extract the output of the search function to get the position values indicators that will be displayed on the front panel)

 

5.png

0 Kudos
Message 50 of 57
(1,888 Views)