01-17-2009 07:04 AM
Hello all...
Can I measure angle between reference image & current image? In my project I have to align PCB which robot will keep at a place... I have to rotate it to a predefined position & then pick it up for next operation... For that I have a reference picture & from that I have to measure angle of current image(part) & rotate it. Can anyone please help...?
01-17-2009 08:28 PM
Hi Rupali,
Doing so would need a reference pattern on PCB.
You need a pattern on an original image as a template for match pattern.
Then, match pattern will return an array of matched objects on acquired image, and it gave an angle of each objects compare to template also.
Regards, Kate
01-18-2009 12:46 AM
Hello KateB..
Thanks for reply.. 🙂
KateB wrote:
Then, match pattern will return an array of matched objects on acquired image, and it gave an angle of each objects compare to template also.
Regards, Kate
I didn't get what exactly you want to suggest... There is a reference pattern on the PCB.... But how to get array of matched objects on acquired image with VBAI 3.5..? Can you please explain...?
01-18-2009 01:03 AM
Hi Rupali,
You can use index measurement step to index out parameter from eacch step you perform.
What you need to index out is an angle from match pattern step.
Regards, Kate
01-18-2009 01:44 AM - edited 01-18-2009 01:45 AM