Skip to content

ms-krajesh/DewarpingWithCpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Dewarping With C++

Dewarping fish-eye image with C++ and OpenGL

OpenGL 3.3 is already included in glad.h and glad.c

Required libraries: opencv, glfw, glm

For glfw and glm, please download using these commands:

cd Dewarping
git submodule add https://github.com/glfw/glfw.git external/glfw
git submodule add https://github.com/g-truc/glm.git external/glm

After all the packages and libraries are installed

Please change the mode of the following files by:

chmod +x ./configure.sh ./build.sh ./run.sh ./doall.sh

Then run the following command to run all (cmake, make, etc.)

./doall.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 86.9%
  • C++ 10.5%
  • GLSL 1.6%
  • Other 1.0%