Extract label colors from label2rgb
    9 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    Veena Chatti
 am 5 Okt. 2020
  
    
    
    
    
    Bearbeitet: Veena Chatti
 am 6 Okt. 2020
            Hi!
I'm using label2rgb to label ~200-250 objects with watershed. 
Here is my code:
labeledL = label2rgb(L,'turbo', [1 1 1], 'shuffle');
How can I extract the specific colors that were assigned to each object by the watershed? The aim is to get a 250x4 double that contains this information, with one column being the labels, and the three other columns containing the corresponding color values.
I would greatly appreciate your tips! Thanks!
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
