Results 1 to 4 of 4

Thread: image processing in Qt4 with opencv library

  1. #1
    Join Date
    Jan 2013
    Location
    Bangalore, India
    Posts
    36
    Thanks
    9
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Question image processing in Qt4 with opencv library

    hi,

    I am newbie for Qt and i wrote an image processing program that opens an image, converts it into grayscale image, then converts the grayscale image into binary thresholded image, erodes the binary image, dilates the eroded image, finds the connected components and then labels it in visual studio 2010 with opencv231 and i was successful in that.

    Now i have to create a GUI for all the processes which i said above using Qt like i have to create six push buttons and when i push a button, an image should be opened and when i push the next pushbutton the image should be converted into grayacale image and it goes on. I managed to write open an image if i push a button and after that when i am converting it into grayscale image and building it, i am alwayz getting an error like this

    Starting D:\qtproject\gui\debug\gui.exe...
    The program has unexpectedly finished.
    D:\qtproject\gui\debug\gui.exe exited with code -1073741515

    i am not sure where is the problem, either with my program or system variables. can anyone help me out with this? because i have very less time to implement this.

    i have attached my code below.

    thanx
    Attached Files Attached Files

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: image processing in Qt4 with opencv library

    Starting D:\qtproject\gui\debug\gui.exe...
    The program has unexpectedly finished.
    D:\qtproject\gui\debug\gui.exe exited with code -1073741515
    -1073741515 = 0xc0000135 The application failed to initialize properly

    Your program is running in an environment where it cannot find one or more of the C++ runtime, Qt or OpenCV DLLs. Ensure that these items can be found in the PATH of the running process or in the same directory as the executable.

  3. #3
    Join Date
    Jan 2013
    Location
    Bangalore, India
    Posts
    36
    Thanks
    9
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: image processing in Qt4 with opencv library

    thanx for your reply.

    can you please tell me in detail wat i have to do? because i am new to this and i am not good in softwares.

    \\jakr13

  4. #4
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: image processing in Qt4 with opencv library


Similar Threads

  1. Replies: 0
    Last Post: 17th December 2010, 15:55
  2. Video processing library integration Qt4
    By tpieciak in forum Qt Programming
    Replies: 0
    Last Post: 5th December 2009, 17:37
  3. image processing
    By IRON_MAN in forum Qt Programming
    Replies: 4
    Last Post: 18th November 2009, 13:37
  4. Image processing
    By NicNac in forum Newbie
    Replies: 25
    Last Post: 2nd November 2008, 10:05
  5. Image Processing using Qt
    By danielperaza in forum Qt Programming
    Replies: 2
    Last Post: 9th March 2008, 18:15

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.