Results 1 to 2 of 2

Thread: Level of Details QwtData Technique?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Aug 2007
    Posts
    275
    Thanks
    28
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Level of Details QwtData Technique?

    I am planning to increase my plot performance by playing around with the "level of details" with my subclassed QwtData.

    This might not be a Qwt related, but I am just wondering if anybody know about a technique of detail fitering without loosing good information?

    example:

    If i have 3 millions worth of points in a curve and i decided to show a point on every 100 points. Which of the 100 points that i filtered should i show? Should I show 3 points instead one for min,max and average.

    Any insights guys?

    baray98

  2. #2
    Join Date
    Feb 2006
    Location
    Munich, Germany
    Posts
    3,325
    Thanked 879 Times in 827 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Level of Details QwtData Technique?

    Maybe Douglas Peucker ?

    In Qwt trunk you can find an implementation ( QwtWeedingCurveFitter ) that should work with Qwt 5.2 as well.

    Uwe

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.