hi,
I noticed an interesting thing today. I used read_annotation function in matlab to load an .annot file, i.e., [Vertexes,Label,Colortable]=read_annotation(AnnotFile);
But some labels in Labels were 0's. They did not appear in the 5th column of Colortable.table. And 0 was the only label that i couldn't find in the 5th column of Colortable.table. All other labels were fine.
Any idea what the cause of 0's as labels might be?
Cheers, Forrest