Skip to content

This repository shows how to solve homography by given four corresponding points(c++)

Notifications You must be signed in to change notification settings

ll752003446/FindHomography

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

FindHomography

This repository shows how to solve homography by given four corresponding points(c++)

Solve Process

First, we set four src points and corresponding dst points.
Then, we construct 8 homography equations.
Finally, solve these equations by gaussian elimination.
Compared with OpenCV findHomography function, the results are similar.

How to Run

cd mac_os_bin
sh build.sh
Then, you will get the homography calculated and the result by OpenCV.

About

This repository shows how to solve homography by given four corresponding points(c++)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 91.5%
  • CMake 6.4%
  • Shell 2.1%