Ask Your Question

grizzly77777777's profile - activity

2020-10-20 08:52:43 -0600 received badge  Popular Question (source)
2014-05-10 04:30:30 -0600 received badge  Student (source)
2014-05-09 17:24:46 -0600 received badge  Editor (source)
2014-05-09 17:22:21 -0600 asked a question How do I use/install VIZ in OpenCV

I'm trying to follow this tutorial here. When I run the code I get

"g++ -std=c++11 d.cpp -o d `pkg-config --cflags --libs opencv`
d.cpp:20:27: fatal error: opencv2/viz.hpp: No such file or directory
 #include <opencv2/viz.hpp>
                           ^
compilation terminated.

Compilation exited abnormally with code 1 at Fri May  9 01:22:57
"

Whats going on? How do I use/install viz? The viz folder is in the <opencv-source-directory>/modules folder and viz.hpp is there, I build the Itseez version of OpenCV.

Could use a little advice, the tutorials/google say nothing.