From 1a3e98e5d686f51c6306c8ecc2fd2b619b950f52 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Sat, 19 Oct 2013 16:07:09 +0200 Subject: [PATCH] Mark BRIEF and Censure as experimental in release notes. --- doc/release/release_0.9.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/release/release_0.9.txt b/doc/release/release_0.9.txt index c1e5d482..1b6d890a 100644 --- a/doc/release/release_0.9.txt +++ b/doc/release/release_0.9.txt @@ -21,13 +21,6 @@ In addition to several bug fixes, speed improvements and examples, the 204 pull requests merged for this release include the following new features (PR number in brackets): -Feature detection: - -- BRIEF feature descriptor (#591) -- Censure (STAR) Feature Detector (#668) -- Octagon structural element (#669) -- Add non rotation invariant uniform LBPs (#704) - Segmentation: - 3D support in SLIC segmentation (#546) @@ -45,6 +38,13 @@ Transforms and filters: - Reconstruction circle in inverse Radon transform (#567) - Pixelwise image adjustment curves and methods (#505) +Feature detection: + +- [experimental API] BRIEF feature descriptor (#591) +- [experimental API] Censure (STAR) Feature Detector (#668) +- Octagon structural element (#669) +- Add non rotation invariant uniform LBPs (#704) + Color and noise: - Add deltaE color comparison and lab2lch conversion (#665)