Results 1 to 3 of 3

Thread: Image Processing using Qt

  1. #1
    Join Date
    Mar 2008
    Location
    Venezuela
    Posts
    34
    Thanks
    4
    Platforms
    MacOS X Unix/X11

    Default Image Processing using Qt

    Hi!. Does any body know any image processing library based on Qt?, I need to implement several algorithms like thresholding, smoothing, equalization, and several segmentation techniques, mainly on grayscale 8 bit images.

    If anybody knows anything that could help me to save time, I'd appreciate it a lot. Thanks.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Image Processing using Qt

    You want to implement or use those algorithms? If the former, what do you need such library for? QImage itself should be sufficient...

  3. #3
    Join Date
    Aug 2006
    Posts
    250
    Thanks
    19
    Thanked 49 Times in 36 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Image Processing using Qt

    Quote Originally Posted by danielperaza View Post
    Hi!. Does any body know any image processing library based on Qt?, I need to implement several algorithms like thresholding, smoothing, equalization, and several segmentation techniques, mainly on grayscale 8 bit images.

    If anybody knows anything that could help me to save time, I'd appreciate it a lot. Thanks.
    Well, as wysota said, if you want to implment those techniques yourself (not too difficult for the first three), then you can just use QImage and bits() (or pixel() if you dont mind the performance hit).

    But if you want to get real work done you really want to use OpenCV, which does most of these things for you.

Similar Threads

  1. Finding marks on scanned image for alignment
    By caduel in forum Qt Programming
    Replies: 1
    Last Post: 23rd September 2007, 03:10
  2. Explanation to Image Formats
    By sincnarf in forum Qt Programming
    Replies: 13
    Last Post: 6th July 2007, 18:02
  3. Help needed handling image data
    By toratora in forum General Programming
    Replies: 2
    Last Post: 11th May 2007, 10:24
  4. how i can add image in my toolbar
    By jyoti in forum Qt Tools
    Replies: 7
    Last Post: 19th December 2006, 15:39
  5. How and when to repaint a widget ?
    By yellowmat in forum Newbie
    Replies: 7
    Last Post: 3rd April 2006, 17:36

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.