Results 1 to 10 of 10

Thread: Visualize BIIIG data

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jul 2013
    Posts
    7
    Qt products
    Qt4 Qt5
    Platforms
    Windows

    Default Visualize BIIIG data

    Heyho,

    I'm working on my master thesis and it is about Delaunay-Triangulation. Now I have a huge set of triangles in 16384 files. A small number of files can be rendered with QGraphicsView and QGraphicsScene:
    triangulation.jpg
    Unfortunately 1000 of these files take more than 1GB of memory.

    Do you have any smart ideas how to visualize all files at once?

    I realized that I need to convert each file into a QPixmap. But I think there might be a problem: Each file doesn't have a straight scene rect, there are allways small noses at the edges because the points that were converted to this triangulation don't lie on a grid! In fact if I combine a number of pixmaps, I get some unpleasent white stripes between both pixmaps.

    I don't know how to explain it better ... sorry!

    Anyone an idea?

    Thank you!

    best regards,
    anjohn

  2. #2
    Join Date
    Aug 2012
    Location
    Loughborough, UK
    Posts
    29
    Thanks
    1
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Windows

    Default Re: Visualize BIIIG data

    I realized that I need to convert each file into a QPixmap
    Or is it better to create 1 image or a few images that allow the user to see an overview and then drill down?

  3. #3
    Join Date
    Jul 2013
    Posts
    7
    Qt products
    Qt4 Qt5
    Platforms
    Windows

    Default Re: Visualize BIIIG data

    Would be nice but I cannot create one image because loading all 16384 files would take more than 16GB of RAM. I allways can convert just a small number of files into an image.

    I think I have to build one image by combining several images ...

Similar Threads

  1. Qt Creator Vertical split to visualize both header and implementation
    By akiross in forum Qt Tools
    Replies: 1
    Last Post: 16th July 2012, 13:05
  2. Best way to visualize a 2D triangulation?
    By bts in forum Qt Programming
    Replies: 4
    Last Post: 2nd November 2011, 21:42
  3. visualize qtQuick project
    By amadanes in forum Newbie
    Replies: 1
    Last Post: 8th May 2011, 23:15
  4. Replies: 0
    Last Post: 6th May 2011, 16:37
  5. Visualize Signals & Slots
    By hyling in forum Qt Programming
    Replies: 2
    Last Post: 19th October 2006, 01:40

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.