viz::Camera should be usable without vtk (Feature #4224)
Description
the code is also in other contexts as well like ARUCO or using OpenGL directly. A option would be to move it into core like Affine3 another one is to select a subset of viz that can be compiled without VTK. In types.cpp (where the implementation of viz::Camera is) only viz::Widget::load depends on VTK.
History
Updated by Pavel Rojtberg about 10 years ago
the code is also useful in other contexts as well like ARUCO or using OpenGL directly.
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4944