I am Charmie

メモとログ

OpenCV VIZ module compilation with VTK in Ubuntu 14.04

OpenCV ver. 3.0 was released. I tried to compile OpenCV with VTK again and again and finally could compile it. The key was

  • compile VTK with BUILD_SHARED_LIBS on
  • compile OpenCV with VTK

That's it!!