Kornia v0.5.8 Release Notes

Release Date: 2021-08-06 // over 2 years ago
  • โž• Added

    • โž• Add the connected components labeling algorithm (#1184)

    ๐Ÿ›  Fixed

    • Partial fix for horizontal and vertical flips (#1166)
    • ๐Ÿ›  Fix even kernel and add test (#1183)
    • ๐Ÿ›  Fix wrong source points for RandomThinPlateSpline (#1187)
    • Fix RandomElasticTransform ignores same_on_batch (#1189)
    • ๐Ÿ›  Fixed bugs in patchsequential. Remove fill_diagonal operation for better ONNX support (#1178)

    ๐Ÿ”„ Changed

    • Differentiable image histogram using kernel density estimation (#1172)