LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Stitching images with overlays

I am stitching one large imaq image from several smaller images using image to image copy.  The small images each have several overlays.  After the image to image copy the overlays from the small images are lost. How can this be avoided.  Or at least how can I get the overlay image information to manipulate it and reapply the data.

Is this possible, it seems that it should be.

 

Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 1 of 3
(2,985 Views)

The image overlay data is lost when performing the image to image copy because you lose the origin (0,0) of the small image, to which all overlays are relative.

 

You are going to need to user the IMAQ set overlay properties VI to configure the behaviors of the overlays before you copy them.

 

An easier method would be to merge the overlay with the picture before copy, but you would lose pixel data under the overlay, and the image would convert to RGB.

 

Machine Vision, Robotics, Embedded Systems, Surveillance

www.movimed.com - Custom Imaging Solutions
Message 2 of 3
(2,961 Views)

I was hoping I missed something,  I am supprised that there is no easy way to get overlay data back off of an image space.

I will

have to pass the locations of the overlays as metadata,

 

Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 3 of 3
(2,939 Views)