From e98522e329bafd68b11615de73daf1fe5e377f4c Mon Sep 17 00:00:00 2001 From: Mathieu Deltorre <mathieu.deltorre@c-s.fr> Date: Thu, 29 May 2008 07:57:33 +0000 Subject: [PATCH] *Maj mathieu --- RELEASE_NOTES.txt | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index 8d90b5de3c..65b3f8e9a3 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -15,6 +15,13 @@ OTB-v.2.2.0 - Changes since version 2.0.0 (2008/XX/XX) - otb::WindowedSincInterpolateImageLanczosFunction - otb::WindowedSincInterpolateImageWelchFunction - otb::ProlateInterpolateImageFunction + Add class for resampling + - otb::RationalQuotientResampleImageFilter + Add classes for labelization + - otb::LabelizeImageFilterBase + - otb::LabelizeConfidenceConnectedImageFilter + - otb::LabelizeConnectedThresholdImageFilter + - otb::LabelizeNeighborhoodConnectedImageFilter * Radiometry: @@ -29,29 +36,48 @@ OTB-v.2.2.0 - Changes since version 2.0.0 (2008/XX/XX) - otb::VectorDataIOFactory - otb::VectorDataSource - * Common: Added classes to create vector datas: - otb::Polygon + Added classes to watch filter progression (ASCII mode) + - otb::StandardFilterWatcher + - otb::FilterWatcherBase * Learning: - Creation otb::SVMKernels containing a list a usefull kernel for SVM - Correction in Kohonen map classes +* FeatureExtraction: + + Add implementation of Scalar Invariant Feature Transform + - otb::ImageToSIFTKeyPointSetFilter + *Utilities: - Updated the internal version of ITK to 3.6.0 - Corrections on OSSIM integration - SVM lib: creation of otb::ComposedKernelFunctor allowing composed kernels - Add of SAR model in OSSIM + - Bug fixed in CMake configuration + - Add SIFT implementation in InsigthJournal *Applications: - otbConvertGeoToCartoPoint and otbConvertCartoToGeoPoint map precision enhancement. - Add of histogram manipulation functionality in otbImageViewer - Add of shape file functionality in ICD application + - Bugs fixed + +*Examples: + - Add SIFT exemple (otb) + - Add SIFT exemple (ij) + - Add LabelizeNeighborhoodConnected exemple + - Add RationQuotientResample exemple + +*Platforms: + - Fixed some problems under Visual platform. OTB-v.2.0.0 - Changes since version 1.6.0 (2007/12/14) ----------------------------------------- -- GitLab