Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I find the coordinate transformation between two different images?

Hi,

 

I'm trying to create a VI that should find the coordinate transformation between 2 images with 2 different coordinate system, but I'm not going anywhere.

There's anyone here that could know how to do it?

If so, please answer me. It's very important!

 

Thanks a lot!

0 Kudos
Message 1 of 12
(4,929 Views)
By co-ordinate transformation do you mean the shift?
0 Kudos
Message 2 of 12
(4,918 Views)
It could be a rotation, a shift, a scaling or a combnation of two or three of them.
0 Kudos
Message 3 of 12
(4,909 Views)

Hi, Lando,

 

You can use Fourier-Mellin transform for recovering shift, rotation and scale invariants from two images.

 

best regards,

Andrey.

0 Kudos
Message 4 of 12
(4,899 Views)

Unfortunately it was not what I needed.

What I'm trying to do is to obtain the transformation between two images, so that to be able to apply it to other images.

0 Kudos
Message 5 of 12
(4,896 Views)
Then I'm not fully understand, what you needed... Lets say, you have two images. One is shifted, rotated and scaled in comparizon with another one. You need to calculate shift, angle and scale factor between two images, and then apply this transformation to other images, isn't?
0 Kudos
Message 6 of 12
(4,894 Views)
That's exactly what I meant. Do you know a way to do it?
0 Kudos
Message 7 of 12
(4,891 Views)
From what i understand you can use "co-ordiante system" vi.That will take a reference from an image and compare the subsequent image for their rotation,shift etc.HAve you tried this?
0 Kudos
Message 8 of 12
(4,872 Views)

muks,

As far, as I can understand, Find Coordsys will give us the only shift and rotation, but not scaling factor.

Fourier Mellin Transform will give us shift, rotation and scale as well.

Otherwise there are different possible techniques available (Pattern Matching, Shapes Matching, etc). Which one will give acceptable result - depends from the given images.

 

Andrey.

 

0 Kudos
Message 9 of 12
(4,861 Views)
andrey you are right co-ordinate system will not give you scaling factor.
0 Kudos
Message 10 of 12
(4,857 Views)