Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 425 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 425 Bytes

Image Warping using Homography Transformation

  • Step 1: Manually pick 4 points of one rectangle in the same plane in original image
  • Step 2: Compute homography matrix H
  • Step 3: Compute transformed image using H
  • Input - Image and selected rectangle (red rectangle)

  • Output