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

Include OpenCV Library in Qt

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 1.9k 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.
  • MasterCnaM Offline
    MasterCnaM Offline
    MasterCna
    wrote on 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
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

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

      MasterCnaM 1 Reply Last reply
      0
      • mrjjM mrjj

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

        MasterCnaM Offline
        MasterCnaM Offline
        MasterCna
        wrote on last edited by MasterCna
        #3
        This post is deleted!
        1 Reply Last reply
        0

        • Login

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