05-01-2013 03:54 PM
Hello everyone,
I am trying to overlay multiple images onto a refernece image. Is this possible? What I am trying to do is, make a refernce image and overlay similar image with different angles and then comapre these images for standard deviation. However the start would be, overlay a single omage first. Is there any way, I can do this? Please help
Many thanks
Jawad
05-01-2013 06:56 PM
Hello everyone,
I have found a way how to overlay single image to reference image. Is there any way, I can overlay multiple images onto the reference image. Thanks
Jawad
05-07-2013 09:04 AM
Hi Jawad,
Are you using IMAQ to do this, or just using a 2D picture control?
Kind regards,
05-09-2013 04:43 AM
Hi Jawad,
Just realised that you posed this in the Machine Vision section so you're using IMAQ.
When you look at the example below, you'll see this is just using two images.
https://decibel.ni.com/content/docs/DOC-25452
Inside the For Loops, the colours of each image array is being change on every iteration, then the two image arrays are combined into one.
You should be able to edit this code by simply indexing another image array into the for loop, building this (along with the two other image arrays) into the final array.
Good luck!