watershed components
I have extracted local minimas for watershed. I sent them through connectedComponents to get the labels of each minimas (seeds). returns N, the total number of labels [0, N-1]. where 0 is the background. So if I send these to watershed now will my regions have labels 1 to N-1 ?
Indeed ... thats it!