To use the reshape command for H simply transpose it like -> H = reshape(h,3,3)'; Also to see the output of image you are applying the homography on use -> new_img = homwarp(H, img, 'full'); Thanks for the vid !
@eldani82685 жыл бұрын
this helped a lot, thanks man!
@qianglu11729 жыл бұрын
Thank you very much. But for the reshaping, manually and reshape command leads to 2 different results. H = H1^T. Did you notice that?
@magnusoffermanns60678 жыл бұрын
Hey Anselm, thank you very much for the video its awesome and helped me a lot :) Why do you not share the wordfile you are scrolling through in the description? This would be very helpful.
@brian005chan5 жыл бұрын
May I ask that why h is equal to null(A) when npoints == 4?