Results 1 to 4 of 4

Thread: contour path generation for spectrogram

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Nov 2008
    Posts
    2
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Lightbulb contour path generation for spectrogram

    Hi list,

    Qwt now can only generate line segments for contour plot. I came across this article, implementing the vector generation based on CONREC algorithm, http://apptree.net/conrec.htm. Unfortunately it is a Cocoa Object-C program and I can not directly test.

    While I have made an naive try and found the following problems:
    1. the generated paths often aren't closed. And the situation is better when zoomed in.
    2. this algorithms does not include boundary conditions.

    Since my Qwt knowledge is very limited. Uwe, are you interested? This would open more options in contour plot, such as filled contour, labeling contour lines.
    Attached Files Attached Files

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.