Results 1 to 12 of 12

Thread: OpenCV integration with Qt creator

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #6
    Join Date
    Sep 2009
    Location
    Wroclaw, Poland
    Posts
    1,394
    Thanked 342 Times in 324 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: OpenCV integration with Qt creator

    ..\..\..\OpenCV2.2\include\opencv/cv.h:63:33: error: opencv2/core/core_c.h: No such file or directory
    You need to add path to "opencv2/<module>" directory to your .pro file, for each module listed in above error. Modules should be in "C:/OpenCV2.2/modules".
    For example, "core" module is in:
    C:\OpenCV2.2\modules\core
    , it has "include" subdir, which contains the path referenced in cv.h above. So for this module, entry in .pro file would be:
    INCLUDEPATH += C:/OpenCV2.2/modules/core/include
    Look into your OpenCV 2.2 installation directory and add all missing modules path to your .pro file.

  2. The following user says thank you to stampede for this useful post:

    mind_freak (20th February 2011)

Similar Threads

  1. OpenCV integration
    By sfabel in forum Qt Programming
    Replies: 47
    Last Post: 28th January 2013, 05:19
  2. OpenCV + QT integration
    By leoalvesmachado in forum Qt Programming
    Replies: 1
    Last Post: 13th September 2010, 08:21
  3. Using OpenCV with QT creator
    By gmiller39 in forum Newbie
    Replies: 3
    Last Post: 7th July 2010, 15:32
  4. opencv-qt-mac
    By ireneluis in forum Qt Programming
    Replies: 0
    Last Post: 16th March 2010, 15:24
  5. Eclipse Integration sans Integration
    By ChrisW67 in forum Qt Tools
    Replies: 3
    Last Post: 17th March 2009, 07:29

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.