Skip to content

Vision 2.0.0

Latest
Compare
Choose a tag to compare
@ShaharMS ShaharMS released this 10 Oct 21:17
· 9 commits to main since this release

New Features 🥳

  • Added projective & affine transformation methods, as well as the following classes:
    • Matrix2D
    • TransformationMatrix2D
  • Added different distortion methods: pincushionDistortion, barrelDistortion, fisheyeDistortion...
  • Added 5 different color distortion methods: smooth, posterize, sepia, pixelate, vignette
  • Check The Changelog For More Details

Bugfixes & Tweaks 🛠️

  • Fixed typo throughout source code: Kernal -> Kernel
  • Heavily extended the helper functions of ByteArray, Array2D.
  • Added 50+ predefined colors to the Color class.
  • MathTools was expanded and split into two classes: itself and ArrayTools
  • Image class was improved, with some missing functions implemented and many bugs fixed. Many convinience functions were added as well.
  • Check The Changelog For More Details