From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Image processing

I want to compare to images in LabView, but one of them is somewhat
distorted. But I have a few identification points.

Is it possible to define three points on both images, and then match
them by tilting/ stretching /rotating/ resizing the image. At the
moment the tilting seems to be the problem. To resize and rotate in
separate steps is no problem, but I'd prefer to as many operations as
possible in one step in order to avoid unnecessary blurring.

thanks
0 Kudos
Message 1 of 2
(2,308 Views)
Hello,

You can do this easily by using the calibration vi's available in the IMAQ Vision libraries. You can define a coordinate system based on some distinct characteristics and then look for those same characteristic features on the second image. This allows you to transform the second image into the first one's coordinate system.
I hope this helps!

Regards,

Yusuf C.
Applications Engineering
National Instruments
0 Kudos
Message 2 of 2
(2,308 Views)