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

Image sharpen filter

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 3 Posters 2.1k 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.
  • S Offline
    S Offline
    son4ety
    wrote on 13 Jan 2016, 20:05 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 13 Jan 2016, 20:34
    0
    • S son4ety
      13 Jan 2016, 20:05

      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 13 Jan 2016, 20:34 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 30 Jan 2016, 12:14 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.

        K 1 Reply Last reply 30 Jan 2016, 14:11
        0
        • S son4ety
          30 Jan 2016, 12:14

          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.

          K Offline
          K Offline
          kshegunov
          Moderators
          wrote on 30 Jan 2016, 14:11 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