Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Include OpenCV Library in Qt
Forum Updated to NodeBB v4.3 + New Features

Include OpenCV Library in Qt

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 1.6k Views 3 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    MasterCna
    wrote on 29 May 2016, 14:52 last edited by
    #1

    Hello Everyone,
    i'am trying to include OpenCV library in to the my Qt Project. i include OpenCV to "project.pro" file (see below).

    INCLUDEPATH += C:\\CV\\build\\include
    LIBS += -LC:\CV\build\x64\vc12\lib \
    -Lopencv_core2413d.lib \
    -Lopencv_highgui2413d.lib \
    -Lopencv_imgproc2413d.lib \
    

    and i include this to my file:

    #include <opencv/cv.h>
    

    but this error displayed for me?
    " error: C1083: Cannot open include file: 'opencv/cv.h': No such file or directory ".
    whats the problem?

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mrjj
      Lifetime Qt Champion
      wrote on 29 May 2016, 16:59 last edited by
      #2

      hi and welcome
      do you have cv.h in
      C:\CV\build\include\opencv
      ?

      M 1 Reply Last reply 29 May 2016, 19:00
      0
      • M mrjj
        29 May 2016, 16:59

        hi and welcome
        do you have cv.h in
        C:\CV\build\include\opencv
        ?

        M Offline
        M Offline
        MasterCna
        wrote on 29 May 2016, 19:00 last edited by MasterCna
        #3
        This post is deleted!
        1 Reply Last reply
        0

        1/3

        29 May 2016, 14:52

        • Login

        • Login or register to search.
        1 out of 3
        • First post
          1/3
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved