Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

overlay multiple images

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

0 Kudos
Message 1 of 4
(3,924 Views)

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

0 Kudos
Message 2 of 4
(3,915 Views)

Hi Jawad,

 

Are you using IMAQ to do this, or just using a 2D picture control?

 

Kind regards,

 

Josh E
Applications Engineer
National Instruments UK & Ireland
0 Kudos
Message 3 of 4
(3,892 Views)

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!

Josh E
Applications Engineer
National Instruments UK & Ireland
0 Kudos
Message 4 of 4
(3,879 Views)