You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.