apply_homography

5 views
Skip to first unread message

Mike Malandra

unread,
Nov 21, 2011, 4:10:47 AM11/21/11
to cis581.upenn
This may be an ignorant question on my part, but when applying the
homography to the entire image once I have determined the most
accurate one from RANSAC, should I zero-pad the image to make it
square? The x and y indices need to be the same size to pass it to
the apply_homography function, but I am having a difficult time
determining automatically where the zero-padding should occur. Is
this the right way to go about this or am I completely off? Thanks in
advance for any help.

-Mike

Andrew Yeager

unread,
Nov 21, 2011, 7:55:12 AM11/21/11
to cis58...@googlegroups.com

I believe the indices being the same size means that you have a matrix of x coordinates and a matrix of y coordinates that have to be the same size.  Each entry in the x matrix gets paired with the entry in y matrix at the same location.  This doesn't mean the image itself has to be square.

Andrew

--
You received this message because you are subscribed to the Google Groups "cis581.upenn" group.
To post to this group, send email to cis58...@googlegroups.com.
To unsubscribe from this group, send email to cis581upenn...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/cis581upenn?hl=en.

Reply all
Reply to author
Forward
0 new messages