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. Image sharpen filter
Forum Updated to NodeBB v4.3 + New Features

Image sharpen filter

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 3 Posters 2.1k Views 2 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.
  • S Offline
    S Offline
    son4ety
    wrote on last edited by
    #1

    Is there any build in class for applying sharpen effect on a QImage, or any library I can use to apply such filter?

    ? 1 Reply Last reply
    0
    • S son4ety

      Is there any build in class for applying sharpen effect on a QImage, or any library I can use to apply such filter?

      ? Offline
      ? Offline
      A Former User
      wrote on last edited by
      #2

      @son4ety Hi! AFAIK there are no image filters in Qt. If this is for scientific stuff etc then have a look at OpenCV and Matlab.

      1 Reply Last reply
      0
      • S Offline
        S Offline
        son4ety
        wrote on last edited by
        #3

        Hi, I know that there are classes for applying a blur effect on an image - QGraphicsBlurEffect Class ( http://doc.qt.io/qt-4.8/qgraphicsblureffect.html ) and I am wandering if there is something similar for sharpen effect or is there a way to use the Blur class for making sharpened image.

        kshegunovK 1 Reply Last reply
        0
        • S son4ety

          Hi, I know that there are classes for applying a blur effect on an image - QGraphicsBlurEffect Class ( http://doc.qt.io/qt-4.8/qgraphicsblureffect.html ) and I am wandering if there is something similar for sharpen effect or is there a way to use the Blur class for making sharpened image.

          kshegunovK Offline
          kshegunovK Offline
          kshegunov
          Moderators
          wrote on last edited by
          #4

          @son4ety
          Hello,
          You could take your image, blur it and subtract from the original, this will sharpen it. However this is the most rudimentary way to do it and there are a lot of different ways to have an image sharpened in a more sophisticated manner.

          Kind regards.

          Read and abide by the Qt Code of Conduct

          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