pysarpro 0.X.0 release notes#
pysarpro is an SAR processing library for the scientific Python ecosystem that includes algorithms for segmentation, geometric transformations, feature detection, registration, color space manipulation, analysis, filtering, morphology, and more.
For more information, examples, and documentation, please visit our website:
New Features#
Add parameters
mode
andcval
toerosion
,dilation
,opening
,closing
,white_tophat
, andblack_tophat
inpysarpro.morphology
; add parametermode
tobinary_erosion
,binary_dilation
,binary_opening
andbinary_closing
inpysarpro.morphology
; add functionsmirror_footprint
andpad_footprint
topysarpro.morphology
; (#6695).
Improvements#
Bugfixes#
pysarpro.morphology.closing
andpysarpro.morphology.opening
were not extensive and anti-extensive, respectively, if the footprint was not mirror symmetric (#6695).
Deprecations#
Parameters
shift_x
andshift_y
inpysarpro.morphology.erosion
andpysarpro.morphology.dilation
are deprecated and a warning is emitted if they are given. (#6695).