Results 1 to 5 of 5

Thread: Open CV integration In QT ?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Oct 2009
    Posts
    3
    Qt products
    Qt3
    Platforms
    Windows

    Default Open CV integration In QT ?

    Hello All,
    Can anyone suggest how to integrate the open Cv in QT
    so that i can use the Open cv functions in my programme ..

    Thanks in advance
    JustIn

  2. #2
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Open CV integration In QT ?

    Just link your program to OpenCV, include the headers, and use the functions.
    As simple as that.
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

  3. #3
    Join Date
    Oct 2009
    Posts
    3
    Qt products
    Qt3
    Platforms
    Windows

    Default Re: Open CV integration In QT ?

    thanks for your suggestion

  4. #4
    Join Date
    Oct 2009
    Posts
    3
    Qt products
    Qt3
    Platforms
    Windows

    Unhappy Re: Open CV integration In QT ?

    Quote Originally Posted by high_flyer View Post
    Just link your program to OpenCV, include the headers, and use the functions.
    As simple as that.
    hi
    i am sorry to say that i was not able to link th eopen cv libs in QT
    i tried editing the Build enviorment variables ,
    but i could not found any new?
    please help were to include the lib of open cv

    regards
    Justin

  5. #5
    Join Date
    May 2009
    Posts
    55
    Thanks
    4
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Open CV integration In QT ?

    Qt and OpenCV are two independent libraries and including paths are dependent on your compiler. You should get OpenCV working first - take a peek at willowgarage.

Similar Threads

  1. Open file without run again the program
    By avis_phoenix in forum Qt Programming
    Replies: 1
    Last Post: 7th August 2009, 23:01
  2. Replies: 4
    Last Post: 3rd August 2009, 20:25
  3. Eclipse Integration sans Integration
    By ChrisW67 in forum Qt Tools
    Replies: 3
    Last Post: 17th March 2009, 07:29
  4. Replies: 1
    Last Post: 8th February 2009, 15:08
  5. Qt visual studio integration
    By yagabey in forum Installation and Deployment
    Replies: 2
    Last Post: 13th December 2008, 15:43

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
  •  
Qt is a trademark of The Qt Company.