Ask Your Question

Revision history [back]

I was able to resolve my issue by using the shared libs (dlls) rather than linking statically. Currently there is an issue in the VTK 8.1 build from git that causes some grief. The official release build works, but I ended up just sticking with the dll's (link the dynamic lib files, add the includes) and make sure those dll's are available in the system PATH for runtime. After figuring all that out I was able to get OpenCV 3.4 work with the viz module.