Convert label matrix to cell array of linear indices
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!