Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Learning
  3. Qt in Education
  4. I have a big problem with opencv
QtWS25 Last Chance

I have a big problem with opencv

Scheduled Pinned Locked Moved Qt in Education
3 Posts 2 Posters 1.9k Views
  • 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.
  • R Offline
    R Offline
    RodMckay
    wrote on last edited by
    #1

    I know the title is a little funny :)

    I want to use opencv with Qt

    When I build a project , qt platform say undefined reference to 'a funtion that use in opencv'

    Actually, I think the most important point of the problem is that I don't know how I should use the libraries and dll files of opencv. In addition to this , I don't know contents of the libraries (which library contents which functions)

    So is there a guide to learn which functions are in which library

    I know I can search this from the web but I thought , this way is shorter than searching from the web

    Thanks for replies

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      The fastest way to search for an OpenCV function, is the "OpenCV documentation ":http://docs.opencv.org/

      As for your undefined references, you need to link to the OpenCV libraries, if you're on a *nix platform, you can use pkgconfig. Otherwise, there have been several thread on the subject for windows, a little search on this forum should provide you what you need.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • R Offline
        R Offline
        RodMckay
        wrote on last edited by
        #3

        thanks for this suggestion

        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