Hello everyone!
I am currently trying to implement an image matching algorithm on two .png images (let's call them Template and Photo).
The idea is that Template contains an examply of what should be shown in a certain part of the Photo.
The Template and Photo have different image sizes.
What we want to achieve is :
1.Find the appropriate ROI in the Photo, where the Template is likely to be found
2. Compare the ROI with the actual Template
3. Get a similarity percentage as result (e.g. >90% similar -> Definite Match , 70-89% -> Possible Match , <70%similar -> Not a match)
Do you have any ideas of how we could implement this?
We are currently using LABView 2015 SP1 - 32bit with the Vision Add-On
We have considered using a modified version of the Golden Template Inspection.vi (can be found) but are stuck because the IMAQ Compare Golden Template Module keeps on returning error message attached to the post.
Any feedback on possible debugging is also welcome!
Thanks!