Convert label matrix to cell array of linear indices
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi,
I have a label matrix L, output of a superpixel segmentation algorithm....I need to convert the matrix into a 1xN cell array pixelIndexList where each element of the
output, pixelIndexList{N}, could be a vector that contains all the linear indices in L where L == N.
I know that Matlab2016 introduced "label2idx" function that performs the previous task, but I have Matlab2014 installed, so I need a similar routine...
Thanks in advance.
0 commentaires
Réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!