stnoh / cvgl

Simple C++ library for OpenCV-OpenGL interoperability
MIT License
0 stars 0 forks source link

Procam calibration tool #4

Open stnoh opened 5 years ago

stnoh commented 5 years ago

With RGB-D camera, it is easy to support procam (projector-camera) calibration. It should be good if I support this task with cvgl. If I want to do this, I need two GLFW windows and one window should be full-screen...

stnoh commented 5 years ago

This will be Example 303.
It is quite different from other two calibration/marker-based tracking tools, though.