Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The new viz module exists in OpenCV-2.4.9 sources but was not included into pre-built libraries since it depends on VTK that assumes redistribution of pre-built VTK with the package.

For those who needs the viz module we suggest building OpenCV-2.4.9 from sources with -DWITH_VTK=ON CMake option. (Use -DVTK_DIR=/your/vtk/build/path to help CMake finding VTK).