Results 1 to 10 of 10

Thread: How to implement the equivalence table in connected component labeling c++ Qt

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3

    Default Re: How to implement the equivalence table in connected component labeling c++ Qt

    Sorry for not being clear

    My question was : If i was to implement the equivalence table, which is a table containing all sets having a relation with other sets, what qt object should i use ?
    Here is an example :
    The label equivalence relationships generated are,

    Qt Code:
    1. Set ID Equivalent Labels
    2. 1 1,2
    3. 2 1,2
    4. 3 3,4,5,6,7
    5. 4 3,4,5,6,7
    6. 5 3,4,5,6,7
    7. 6 3,4,5,6,7
    8. 7 3,4,5,6,7
    To copy to clipboard, switch view to plain text mode 

    Actually it is a part of a school project, i've made all the previous parts and i'm stuck just with annoying table :P

    Thank your for your help !
    Last edited by wassim24; 13th January 2015 at 16:08.

Similar Threads

  1. Replies: 3
    Last Post: 9th September 2013, 01:52
  2. Replies: 1
    Last Post: 10th May 2011, 18:58
  3. Replies: 0
    Last Post: 4th May 2011, 12:33
  4. Best way to implement a table in a QGraphicsScene?
    By roband915 in forum Qt Programming
    Replies: 3
    Last Post: 31st March 2011, 11:56
  5. Replies: 4
    Last Post: 26th October 2009, 22:25

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.