First check how much time it takes to label a random (1024, 1024) binary image. $ python -mtimeit -s 'import numpy as np; from skimage.measure import label, regionprops; np.random.seed(0); im = ...
When using the measure2D module in recipes it raises an error due to a naming change of some image properties in the regionpropsmethod. I am aware of #524 but am ...