Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version
  • on linux: the default CMAKE_INSTALL_PREFIX is /usr/local so headers are in /usr/local/include

    (which should already be on your gcc's include path)

  • on win
    • for the prebuild libs: add opencv/build/include to the "additional include dirs"
    • if you built your own: add opencv/build/install/include to the "additional include dirs"