The current default values in RegionPropsNodes assumes all the requested props are in float.
It would be great if we can organize the logic to deal with all props that have types ofint (num_pixels) and np.ndarray (centroid_weighted and moments etc). The type should be automatically inferred so that it can set an appropriate default value.