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. Warp transformation library
Forum Updated to NodeBB v4.3 + New Features

Warp transformation library

Scheduled Pinned Locked Moved Unsolved General and Desktop
warpimage
2 Posts 2 Posters 1.9k Views 1 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.
  • P Offline
    P Offline
    pbdot
    wrote on last edited by
    #1

    Hi,

    I wanted to project a slideshow of images on curve screen. Have anyone came across Qt library that allows me to easily manipulate/warp transform the image by using its original points to its shifted points? Please see below illustration.

    image

    1 Reply Last reply
    0
    • kshegunovK Offline
      kshegunovK Offline
      kshegunov
      Moderators
      wrote on last edited by
      #2

      Hello,
      I don't know of any but it should be quite straightforward to implement. Basically you map coordinates from one space to another based on a parametric transformation (a matrix) and then interpolate where the pixels are closer/farther from one another.

      This should be helpful as an introduction.

      Another thing (and I'd say a proffered method) is if you can find an external library and interface Qt with it.

      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