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
Standardize use of mode argument for defining whether array indices are absolute or relative to the array center. This change affects the following functions:
centroid()
shift()
crop()
Standardize use of indexing argument, always defaulting to array (ij) indexing
subarray() has been renamed crop()
shift() argument mode has been renamed to extend
New functionality
New morphology module including the following functions:
binary_dilation()
binary_erosion()
binary_opening()
binary_closing()
New teng() function for computing the Tenengrad metric
New nanrms() and nanpv() functions
Minor updates
The following functions now support the axis argument: