Hi,

I pass a 3D integer matrix to the label function in scikit.measure

My original matrix contains integers in the range {-1..4}. But he output matrix from label function contains label from {1..199}. I am expecting it to be between {-1 .. 4}. Why so ?