ImageFeatures.jl icon indicating copy to clipboard operation
ImageFeatures.jl copied to clipboard

Build homography from array of matched points

Open cpaniaguam opened this issue 1 year ago • 3 comments

I have gone over the documentation looking for a method to use the data returned by match_keypoints to return a homography matrix as in ImageFeatures.qd_rigit with no success. Does there exist such a method in the package? I know I can set up a linear system to get the matrix, but this seems (to me) like natural feature to include in the package.

cpaniaguam avatar Sep 30 '22 17:09 cpaniaguam