From c6c3a315c2f852d7ace9e53af4dc1200b24a1579 Mon Sep 17 00:00:00 2001 From: alemart Date: Thu, 8 Oct 2020 12:27:47 -0300 Subject: [PATCH] Updated CHANGES.md --- CHANGES.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index c1d0188f..93632882 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,19 @@ # Release notes +## 0.4.0 - October 8th, 2020 + +* Added ORB feature descriptor +* Added LK feature tracker (optical-flow) +* Added subpixel support for feature points +* Changed the feature detection API +* Created new image enhancement algorithm: Nightvision +* Implemented image normalization algorithm +* Data can now uploaded to the GPU using UBOs +* Added 2D vector routines +* Added support to ImageBitmaps +* New demos & visual improvements +* General improvements & fixes + ## 0.3.2 - August 5th, 2020 * New feature detectors: harris, multiscale-harris, multiscale-fast