Kornia v0.5.4 Release Notes

Release Date: 2021-06-11 // almost 3 years ago
  • ➕ Added

    • ➕ Add Canny edge detection (#1020)
    • ➕ Added Batched forward function (#1058)
    • ➕ Added denormalize homography function (#1061)
    • ➕ Added more augmentations containers (#1014)
    • ➕ Added calibration module and Undistort 2D points function (#1026)
    • ➕ Added patch augmentation container (#1095)

    🛠 Fixed

    • ✂ Remove lena (#1059) :)

    🔄 Changed

    • Resize regardless of number of dims, considering the last two dims as image (#1047)
    • 🚩 Raise error if converting to unit8 image to gray with float weights (#1057)
    • Filter 2D->2d, 3D->3d (#1069)
    • ✂ Removed augmentation functional module. (#1067)
    • 👉 Make Morphology compatible with both OpenCV and Scipy (#1084)