LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Research of a picture on a motive

I would wish to make a VI with LabVIEW 5.1 but from a script under IMAQ Vision Builder 5.0.

This script must be able to recognize one or several pictures recorded on the hard disk, the part of a picture taken in continuous by a camera. The return of information must include the number of time that the picture of the disk is on the picture of the camera and the percentage of the resemblance.
0 Kudos
Message 1 of 2
(2,643 Views)
First of all, I would recommend upgrading to LabVIEW 6i and Vision Builder 6.0. The reason I would recommend this, is that the new version of Vision Builder will automatically generate your LabVIEW code for you. This could make your life much easier.

All you would have to do is build your script using Machine Vision Pattern Matching. This algorithm will compare your acquired image to a template (the image on disk) and return the X and Y coordinates of the pattern match, as well as a score of the match. This score ranges from 0-1000, so you can easily calculate the percentage of resemblance.

Once you have your script working in Vision Builder, you can just go to the Script menu and select Create LabVIEW VI... and it will open up LabVIEW and create the program for y
ou. If you decide not to upgrade to Vision Builder 6, you can get a list of instructions to build your VI by going to the Script menu and selecting Builder File. Hope this information helps.
Message 2 of 2
(2,643 Views)