I am trying to get a perfect birds eye view of a component using camera calibration using opencv and python. The image I have is already a bird's eye view of the component. I am just trying to align it exactly so that it becomes a perfect bird's eye view (an exact orthographic top plane projection).
I have created a [repo](https://github.com/Abhijit-2592/perspective_correction_doubt) in github explaining my approach. I think I am making a mistake in finding the homography matrix. I think this problem is very similar to pose correction problem in computer vision.
Thanks
↧