1 | initial version |
How to build 'opencv_viz' module.
For Ubuntu
For windows
Note: it's recommended to compile VTK statically, because in this case 'opencv_viz.dll' will be ~15 Mb in size and fully self-contained (i.e. no external dependencies at all).
Build OpenCV with VTK.
Note: it is recommended to point build directory, no install directory.
Note: if you have several VTKs in your system and wrong version is found, you may force concrete version via setting VTK_DIR environment variable to proper path.
For Macos
It's possible, I made it! And I tested it for OS X 10.9 with VTK 6.2 from vtk development repository. I don't remember my steps that's why don't publish them here.
2 | No.2 Revision |
How to build 'opencv_viz' module.
For Ubuntu
For windows
Note: it's recommended to compile VTK statically, because in this case 'opencv_viz.dll' will be ~15 Mb in size and fully self-contained (i.e. no external dependencies at all).
Build OpenCV with VTK.
Note: it is recommended to point build directory, no install directory.
Note: if you have several VTKs in your system and wrong version is found, you may force concrete version via setting VTK_DIR environment variable to proper path.
For Macos
It's possible, I made it! And I tested it for OS X 10.9 with VTK 6.2 from vtk development repository. I don't remember my steps that's why don't publish them here.
3 | gramma |
How to build 'opencv_viz' module.
For Ubuntu
For windows
Note: it's recommended to compile VTK statically, because in this case 'opencv_viz.dll' will be ~15 Mb in size and fully self-contained (i.e. no external dependencies at all).
Build OpenCV with VTK.
Note: it is recommended to point build directory, no not install directory.
Note: if you have several VTKs in your system and wrong version is found, you may force concrete version via setting VTK_DIR environment variable to proper path.
For Macos
It's possible, I made it! And I tested it for OS X 10.9 with VTK 6.2 from vtk development repository. I don't remember my steps that's why don't publish them here.