01-17-2013 01:11 AM
Hi Guys,
I am a novice Vision Module user and so I need help from image experts to guide me.
I have two image files (Jpeg format) namely Main Image.jpeg and Subset Image.jpeg. I want to locate 'Subset Image.Jpeg' file inthe 'Main Image.Jpeg' file. I tried with the Pattern matching.vi but could not succeed. Can anyone please help me with the best possible way to go about it.
Attached are the two image files.
Thanks in advance for your time helping me.
Alifi
01-17-2013 04:21 PM
Your "Subset Image" is not very similar to the "Main Image". That's why Pattern Matching will not work without any further image processing.
Easiest approach to get Pattern Match running: Create a subset image that is part of the main image.
Is this an option for you?
01-17-2013 11:58 PM
Thanks for the response GuenterMueller. No, I cannot do what you have suggested. Because this how the images are going to be. Can you please suggest me any other way of doing it..
Thanks for your time.
01-18-2013 05:09 AM
Hi alifi,
As GuenterMueller suggested you have to train your pattern match algorithm to find the subset.
The subset image is basically a png image which also have some information about the master pattern. So its not possible to search this image and its very difficult to do this with any other algorithm.
01-21-2013 10:47 PM
Thanks for the response Sasi.
11-01-2013 08:03 PM
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)