Skip to content
Snippets Groups Projects
Commit e98522e3 authored by Mathieu Deltorre's avatar Mathieu Deltorre
Browse files

*Maj mathieu

parent 3f2e9e7c
Branches
Tags
No related merge requests found
...@@ -15,6 +15,13 @@ OTB-v.2.2.0 - Changes since version 2.0.0 (2008/XX/XX) ...@@ -15,6 +15,13 @@ OTB-v.2.2.0 - Changes since version 2.0.0 (2008/XX/XX)
- otb::WindowedSincInterpolateImageLanczosFunction - otb::WindowedSincInterpolateImageLanczosFunction
- otb::WindowedSincInterpolateImageWelchFunction - otb::WindowedSincInterpolateImageWelchFunction
- otb::ProlateInterpolateImageFunction - otb::ProlateInterpolateImageFunction
Add class for resampling
- otb::RationalQuotientResampleImageFilter
Add classes for labelization
- otb::LabelizeImageFilterBase
- otb::LabelizeConfidenceConnectedImageFilter
- otb::LabelizeConnectedThresholdImageFilter
- otb::LabelizeNeighborhoodConnectedImageFilter
* Radiometry: * Radiometry:
...@@ -29,29 +36,48 @@ OTB-v.2.2.0 - Changes since version 2.0.0 (2008/XX/XX) ...@@ -29,29 +36,48 @@ OTB-v.2.2.0 - Changes since version 2.0.0 (2008/XX/XX)
- otb::VectorDataIOFactory - otb::VectorDataIOFactory
- otb::VectorDataSource - otb::VectorDataSource
* Common: * Common:
Added classes to create vector datas: Added classes to create vector datas:
- otb::Polygon - otb::Polygon
Added classes to watch filter progression (ASCII mode)
- otb::StandardFilterWatcher
- otb::FilterWatcherBase
* Learning: * Learning:
- Creation otb::SVMKernels containing a list a usefull kernel for SVM - Creation otb::SVMKernels containing a list a usefull kernel for SVM
- Correction in Kohonen map classes - Correction in Kohonen map classes
* FeatureExtraction:
Add implementation of Scalar Invariant Feature Transform
- otb::ImageToSIFTKeyPointSetFilter
*Utilities: *Utilities:
- Updated the internal version of ITK to 3.6.0 - Updated the internal version of ITK to 3.6.0
- Corrections on OSSIM integration - Corrections on OSSIM integration
- SVM lib: creation of otb::ComposedKernelFunctor allowing composed kernels - SVM lib: creation of otb::ComposedKernelFunctor allowing composed kernels
- Add of SAR model in OSSIM - Add of SAR model in OSSIM
- Bug fixed in CMake configuration
- Add SIFT implementation in InsigthJournal
*Applications: *Applications:
- otbConvertGeoToCartoPoint and otbConvertCartoToGeoPoint map precision enhancement. - otbConvertGeoToCartoPoint and otbConvertCartoToGeoPoint map precision enhancement.
- Add of histogram manipulation functionality in otbImageViewer - Add of histogram manipulation functionality in otbImageViewer
- Add of shape file functionality in ICD application - 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) OTB-v.2.0.0 - Changes since version 1.6.0 (2007/12/14)
----------------------------------------- -----------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment