Share

OTB

File Release Notes and Changelog

Release Name: 2.4.0

Notes:
OTB-v.2.4.0 - Changes since version 2.2.0 (2008/07/24)
-----------------------------------------

	- Added OTB_DISABLE_CXX_EXAMPLES_TESTING : allows to generate or not only examples testing
	- Added OTB_USE_JPEG2000 : experimental support for jpeg2000 files.	

*Common:

	Extraction ROI Classes : 
	- Lifting of the otbExtractionBase classe
	- Correction of the SetExtractionRegion method

*BasicFilters:

	- Added pixel size matching in otbSpectralAngleDistanceImageFilter
	- Modification of otb::ConvolutionImageFilter class to allow the use of non-normalized convolution filters

*Platforms:

	- Fixed compilation problems using external FLTK version < 1.1.9 under fedora unix distribution.
        - Mac OS X 10.5 supported

*Applications:

        - Added an supervised image classification application (otbSupervisedClassification)
        - Added an orthorectifcation application (otbOrthoRectifAppli)
        - Added an orthofusion application (otbOrthoFusionAppli)

*Markov:
	Added full Markov framework for segmentation, restauration and filtering
	Added related classes:
	- otb::MarkovRandomFieldFilter
	- otb::MRFEnergyEdgeFidelity
	- otb::MRFEnergyGaussianClassification
	- otb::MRFEnergyGaussian
	- otb::MRFEnergy
	- otb::MRFEnergyPotts
	- otb::MRFOptimizer
	- otb::MRFOptimizerICM
	- otb::MRFOptimizerMetropolis
	- otb::MRFSampler
	- otb::MRFSamplerMAP
	- otb::MRFSamplerRandom
	- otb::MRFSamplerRandomMAP
	Added related examples:
	- MarkovClassification1Example
	- MarkovClassification2Example
	- MarkovRegularizationExample
	- MarkovRestaurationExample

*Projections
	Added Lambert 93 cartographic projection with otb::Lambert93Projection class

* Utilities:

  - Corrections on new SAR models integrated to OSSIM during release 2.2.0

Changes: