Results 1 to 2 of 2

Thread: Create heat map using Qt

  1. #1
    Join Date
    Jul 2012
    Location
    India
    Posts
    33
    Thanks
    10
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Create heat map using Qt

    Hello,
    I am trying to create heat map to an existing(bitmap or JPG file) using Qt. need the gradient map on top of the image in half transparent form. Is it possible in Qt.
    then how I can do this in Qt.
    (Eg: I am considering some of the points on an image and the colour values changing from red(val=10) and green(val=0). need a transparent gradient color on top of the image based on this values.)

    my advanced thanks to your help..

  2. #2
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,320
    Thanks
    316
    Thanked 870 Times in 857 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: Create heat map using Qt

    Look at the Qwt library, specifically the spectrogram object. It contains nearly everything you need to display your heatmap. There is a Qwt sub-forum here for questions, but don't ask: "Give me a complete working program to create a heatmap from a JPG file". You are going to have to learn from the examples.

Similar Threads

  1. How to Create lib in Qt.
    By shyam prasad in forum Qt Programming
    Replies: 6
    Last Post: 14th August 2012, 10:02
  2. Qt in VS does not create an .exe
    By Nazgul in forum Installation and Deployment
    Replies: 7
    Last Post: 14th August 2012, 09:34
  3. How do I create a DLL for QT
    By zartoch in forum Newbie
    Replies: 2
    Last Post: 8th May 2009, 06:28
  4. Replies: 4
    Last Post: 1st May 2009, 11:00
  5. How to create a SDK?
    By blackfox in forum Qt Programming
    Replies: 0
    Last Post: 10th September 2008, 10:23

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
  •  
Qt is a trademark of The Qt Company.