mask

 Hi, all,
using the Rest, we can create the binary mask. Could I use REST to create a multiple-label image as mask, like AAL template? and how?
Thanks!

 Binary mask (usually '0' and '1') with multiple labels (like '1', '2', '3', '4'.....?)   ?

 建议使用save cluster 一个一个save你想要的cluster,这样得到很多的Binarized ROI 图像。

再用image calculator  把这些图像都放进去,用表达式i1+i2*2+i3*3+i4*4得到最后结果(假设你有4个ROI)。