I have Intrinsic (K) and Extrinsic ([R|t]) matrices from camera calibration. How do I compute homography matrix (H)?
I have tried H = K [R|t] with z-component of R matrix = 0 and updating H matrix such that the destination image points lie completely within the frame but it didn't give desired H.
Actually I am trying to stitch multiple images using Homography given intinsic and extrinsic matrices. When done with feature matching and then Homography computation the result is completely fine but I need to calculate matrix H from K and [R|t] matrices.