Skip to content

linghugoogle/Fisheye_Calibrate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fisheye_Calibrate

The file named fisheye_calibrate.cpp is used to calibrate the fisheye camera online or using image file. The file named camere_calibrate.cpp is used to calibrate the pin-hole camera online, which I refer to the book .

Requirements

  • Opencv2

Tutorial

For fisheye_calibrate.cpp:

You can use cmake to use this project.

mkdir build
cd build
cmake ..
make
./fiseye_calibrate

For camere_calibrate.cpp:

You need to edit the CMakeLists.txt first and then compile the code.

About

To calibrate fisheye-camera or pin-hole camera

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.6%
  • CMake 1.4%