Ask Your Question
0

Doubt about homography matrix

asked 2015-02-04 11:55:22 -0600

Diego Moreira gravatar image

Hi everyone,

I am working with mosaic for an application, but i don't understand about homography matrix. I need understand for develop my application. I need learn a basic about homography matrix. Can you help me ?

Than you, everyone!

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2015-02-04 13:48:48 -0600

Potato gravatar image

A homography matrix basically represents the relationship between two images that are on a planar surface.

Taking your image mosaic project as an example, say you have 2 images that you need to 'merge'. You need to find the homography relationships between the key-points of Image A with the key-points of Image B. After you get this relationship, you can then warp the images in order for them to successfully 'merge'.

This openCV example should explain it better -> http://docs.opencv.org/doc/tutorials/...

I have answered to the best of my knowledge, to the extent of what I personally understand. Hope I helped.

edit flag offensive delete link more

Comments

Hello,

Thank you for answer !

Diego Moreira gravatar imageDiego Moreira ( 2015-02-05 07:52:45 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2015-02-04 11:55:22 -0600

Seen: 202 times

Last updated: Feb 04 '15