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
modeandcvaltoerosion,dilation,opening,closing,white_tophat, andblack_tophatinpysarpro.morphology; add parametermodetobinary_erosion,binary_dilation,binary_openingandbinary_closinginpysarpro.morphology; add functionsmirror_footprintandpad_footprinttopysarpro.morphology; (#6695).
Improvements#
Bugfixes#
pysarpro.morphology.closingandpysarpro.morphology.openingwere not extensive and anti-extensive, respectively, if the footprint was not mirror symmetric (#6695).
Deprecations#
Parameters
shift_xandshift_yinpysarpro.morphology.erosionandpysarpro.morphology.dilationare deprecated and a warning is emitted if they are given. (#6695).