trungquy / image_warping

Image Warpping using homography transformation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Image Warpping using homography transformation


Languages

Language:Python 100.0%