Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Youssefi
otb
Commits
852457aa
Commit
852457aa
authored
16 years ago
by
Emmanuel Christophe
Browse files
Options
Downloads
Patches
Plain Diff
DOC: release note
parent
c2c71640
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
RELEASE_NOTES.txt
+105
-84
105 additions, 84 deletions
RELEASE_NOTES.txt
with
105 additions
and
84 deletions
RELEASE_NOTES.txt
+
105
−
84
View file @
852457aa
OTB-v.2.8.0 - Changes since version 2.
4
.0 (2009/01/15)
OTB-v.2.8.0 - Changes since version 2.
6
.0 (2009/01/15)
-----------------------------------------
-----------------------------------------
* System
- ITK version updated to 3.10.1
- liblas library added
- ossim gdal plugin added
- change in OpenGL access for viewer
- Edison code from mean shift
* Library
- Support for Lidat data
- SIFT and SURF implementation
- Mean Shift algorithm
- Conversion of vector data projection (kml, shapefiles)
* Applications
- Object counting
- Fine Registration
- Road Extraction
OTB-v.2.6.0 - Changes since version 2.4.0 (2008/10/31)
OTB-v.2.6.0 - Changes since version 2.4.0 (2008/10/31)
-----------------------------------------
-----------------------------------------
...
@@ -33,11 +54,11 @@ OTB-v.2.4.0 - Changes since version 2.2.0 (2008/07/24)
...
@@ -33,11 +54,11 @@ 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_DISABLE_CXX_EXAMPLES_TESTING : allows to generate or not only examples testing
- Added OTB_USE_JPEG2000 : experimental support for jpeg2000 files.
- Added OTB_USE_JPEG2000 : experimental support for jpeg2000 files.
*Common:
*Common:
Extraction ROI Classes :
Extraction ROI Classes :
- Lifting of the otbExtractionBase classe
- Lifting of the otbExtractionBase classe
- Correction of the SetExtractionRegion method
- Correction of the SetExtractionRegion method
...
@@ -90,8 +111,8 @@ OTB-v.2.2.0 - Changes since version 2.0.0 (2008/05/29)
...
@@ -90,8 +111,8 @@ OTB-v.2.2.0 - Changes since version 2.0.0 (2008/05/29)
-----------------------------------------
-----------------------------------------
*BasicFilters:
*BasicFilters:
Added classes for data importation:
Added classes for data importation:
- otb::ImportImageFilter
- otb::ImportImageFilter
- otb::ImportVectorImageFilter
- otb::ImportVectorImageFilter
...
@@ -112,14 +133,14 @@ OTB-v.2.2.0 - Changes since version 2.0.0 (2008/05/29)
...
@@ -112,14 +133,14 @@ OTB-v.2.2.0 - Changes since version 2.0.0 (2008/05/29)
- otb::LabelizeNeighborhoodConnectedImageFilter
- otb::LabelizeNeighborhoodConnectedImageFilter
*Radiometry:
*Radiometry:
- Bug fixed on otb::DEMCaracteristicExtractor
- Bug fixed on otb::DEMCaracteristicExtractor
*Visu
*Visu
- Added histogram windows in otb::ImageViewer main class.
- Added histogram windows in otb::ImageViewer main class.
- Added polygon drawing support in otb::ImageViewer main class
- Added polygon drawing support in otb::ImageViewer main class
*IO:
*IO:
- Fixed bug in GDALImageIO to handle complex images
- Fixed bug in GDALImageIO to handle complex images
...
@@ -128,9 +149,9 @@ OTB-v.2.2.0 - Changes since version 2.0.0 (2008/05/29)
...
@@ -128,9 +149,9 @@ OTB-v.2.2.0 - Changes since version 2.0.0 (2008/05/29)
- otb::VectorDataFileWriter
- otb::VectorDataFileWriter
- otb::VectorDataIOFactory
- otb::VectorDataIOFactory
- otb::VectorDataSource
- otb::VectorDataSource
*Common:
*Common:
Added classes to handle vector data:
Added classes to handle vector data:
- otb::Polygon
- otb::Polygon
- otb::VectorData
- otb::VectorData
...
@@ -145,7 +166,7 @@ OTB-v.2.2.0 - Changes since version 2.0.0 (2008/05/29)
...
@@ -145,7 +166,7 @@ OTB-v.2.2.0 - Changes since version 2.0.0 (2008/05/29)
- Creation otb::SVMKernels containing a list a useful kernel for SVM
- Creation otb::SVMKernels containing a list a useful kernel for SVM
- Correction in Kohonen map classes
- Correction in Kohonen map classes
- Added convenience methods in SVMModel class
- Added convenience methods in SVMModel class
Added classification filters (streamed and threaded):
Added classification filters (streamed and threaded):
- otb::SVMImageClassificationFilter
- otb::SVMImageClassificationFilter
- otb::SOMImageClassificationFilter
- otb::SOMImageClassificationFilter
...
@@ -169,11 +190,11 @@ OTB-v.2.2.0 - Changes since version 2.0.0 (2008/05/29)
...
@@ -169,11 +190,11 @@ OTB-v.2.2.0 - Changes since version 2.0.0 (2008/05/29)
- otb::MultiScaleConvexOrConcaveClassificationFilter
- otb::MultiScaleConvexOrConcaveClassificationFilter
- otb::ProfileDerivativeToMultiScaleCharacteristicsFilter
- otb::ProfileDerivativeToMultiScaleCharacteristicsFilter
- otb::ProfileToProfileDerivativeFilter
- otb::ProfileToProfileDerivativeFilter
*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 library: creation of otb::ComposedKernelFunctor allowing composed kernels
- SVM library: creation of otb::ComposedKernelFunctor allowing composed kernels
- Added SAR models in OSSIM library:
- Added SAR models in OSSIM library:
. Radarsat 1 (SGX and SGF)
. Radarsat 1 (SGX and SGF)
...
@@ -181,7 +202,7 @@ OTB-v.2.2.0 - Changes since version 2.0.0 (2008/05/29)
...
@@ -181,7 +202,7 @@ OTB-v.2.2.0 - Changes since version 2.0.0 (2008/05/29)
. ERS - SLC and PRI
. ERS - SLC and PRI
. Terrasar X - SLC and PRI
. Terrasar X - SLC and PRI
. Cosmo-Skymed - SLC and PRI
. Cosmo-Skymed - SLC and PRI
. Radarsat 2 - SLC and PRI
. Radarsat 2 - SLC and PRI
- Bug fixed in CMake configuration
- Bug fixed in CMake configuration
- Added SIFT implementation in InsigthJournal
- Added SIFT implementation in InsigthJournal
...
@@ -196,7 +217,7 @@ OTB-v.2.2.0 - Changes since version 2.0.0 (2008/05/29)
...
@@ -196,7 +217,7 @@ OTB-v.2.2.0 - Changes since version 2.0.0 (2008/05/29)
- Added an unsupervised image classification application based on the SVM algorithm (otbSVMClassification)
- Added an unsupervised image classification application based on the SVM algorithm (otbSVMClassification)
- Added an application to create a contiguous unsigned short labeled image from a colored labeled image (otbUnsignedShortRelabeling)
- Added an application to create a contiguous unsigned short labeled image from a colored labeled image (otbUnsignedShortRelabeling)
- Added an application to create a colored labeled image from an unsigned short labeled image (otbRgbRelabeling)
- Added an application to create a colored labeled image from an unsigned short labeled image (otbRgbRelabeling)
*Examples:
*Examples:
- Added SIFT example (otb)
- Added SIFT example (otb)
- Added SIFT example (ij)
- Added SIFT example (ij)
...
@@ -226,7 +247,7 @@ OTB-v.2.0.0 - Changes since version 1.6.0 (2007/12/14)
...
@@ -226,7 +247,7 @@ OTB-v.2.0.0 - Changes since version 1.6.0 (2007/12/14)
Added classes for atmospheric correction using the 6S Radiative Transfer Code:
Added classes for atmospheric correction using the 6S Radiative Transfer Code:
- Luminance estimation otb::ImageToLuminanceImageFilter
- Luminance estimation otb::ImageToLuminanceImageFilter
- Reflectance estimation TOA: otb::LuminanceToReflectanceImageFilter
- Reflectance estimation TOA: otb::LuminanceToReflectanceImageFilter
- Added Composite transform filter: otb::ImageToReflectanceImageFilter,
- Added Composite transform filter: otb::ImageToReflectanceImageFilter,
equivalent to the pipeline process ImageToLuminanceImageFilter and LuminanceToReflectanceImageFilter filters
equivalent to the pipeline process ImageToLuminanceImageFilter and LuminanceToReflectanceImageFilter filters
- Reflectance estimation TOC: otb::ReflectanceToSurfaceReflectanceImageFilter
- Reflectance estimation TOC: otb::ReflectanceToSurfaceReflectanceImageFilter
- 6S effect correction: otb::SurfaceAdjencyEffect6SCorrectionSchemeFilter
- 6S effect correction: otb::SurfaceAdjencyEffect6SCorrectionSchemeFilter
...
@@ -250,7 +271,7 @@ OTB-v.2.0.0 - Changes since version 1.6.0 (2007/12/14)
...
@@ -250,7 +271,7 @@ OTB-v.2.0.0 - Changes since version 1.6.0 (2007/12/14)
*Utilities:
*Utilities:
- Fixed memory allocation bug on svm.cxx file
- Fixed memory allocation bug on svm.cxx file
- 4 files from ITK 3.4.0 have been replaced by the cvs version to allow
- 4 files from ITK 3.4.0 have been replaced by the cvs version to allow
correct use of the itkDivideImageFilter.h with VectorImage. These files
correct use of the itkDivideImageFilter.h with VectorImage. These files
are:
are:
...
@@ -274,54 +295,54 @@ OTB-v.2.0.0 - Changes since version 1.6.0 (2007/12/14)
...
@@ -274,54 +295,54 @@ OTB-v.2.0.0 - Changes since version 1.6.0 (2007/12/14)
- Fixed some problems under Visual and MinGW platforms.
- Fixed some problems under Visual and MinGW platforms.
OTB-v.1.6.0 - Changes since version 1.4.0 (2007/10/25)
OTB-v.1.6.0 - Changes since version 1.4.0 (2007/10/25)
-----------------------------------------
-----------------------------------------
*BasicFilters:
*BasicFilters:
- Added StreamingVectorStatisticsImageFilter to compute
- Added StreamingVectorStatisticsImageFilter to compute
the second order stastics on a large vector image.
the second order stastics on a large vector image.
- Added the MatrixTransposeMatrixImageFilter to compute
- Added the MatrixTransposeMatrixImageFilter to compute
the product of the matrix of vector pixels from image 1
the product of the matrix of vector pixels from image 1
in rowwith the the matrix of vector pixels from image 2
in rowwith the the matrix of vector pixels from image 2
columns for large vector image.
columns for large vector image.
- Added the otb::VectorImageTo3DScalarImageFilter which transforms
- Added the otb::VectorImageTo3DScalarImageFilter which transforms
a vector image into a 3D scalar image where each band is represented
a vector image into a 3D scalar image where each band is represented
in a layer of the 3rd dimension.
in a layer of the 3rd dimension.
- Added the otb::ImageListToVectorImageFilter and
- Added the otb::ImageListToVectorImageFilter and
otb::VectorImageToImageListFilter to convert a vector image
otb::VectorImageToImageListFilter to convert a vector image
from/to an image list.
from/to an image list.
- Added the otb::ImageListToImageListApplyFilter which applies a given
- Added the otb::ImageListToImageListApplyFilter which applies a given
scalar image filter to a list of images
scalar image filter to a list of images
- Added the otb::PerBandImageFilter, which applies a given scalar filter
- Added the otb::PerBandImageFilter, which applies a given scalar filter
to each band of a VectorImage. This is not the optimal way for most
to each band of a VectorImage. This is not the optimal way for most
processings but it allows the use of almost every scalar filter on
processings but it allows the use of almost every scalar filter on
vector images.
vector images.
- Added the otb::StreamingResampleImageFilter, which is a streaming capable
- Added the otb::StreamingResampleImageFilter, which is a streaming capable
version of the itk::ResampleImageFilter.
version of the itk::ResampleImageFilter.
*ChangeDetection:
*ChangeDetection:
- Added the otb::KullbackLeiblerDistanceImageFilter to compute the
- Added the otb::KullbackLeiblerDistanceImageFilter to compute the
Kullback-Leibler distance between two images.
Kullback-Leibler distance between two images.
- Added the otb::KullbackLeiblerProfileImageFilter to perform a
- Added the otb::KullbackLeiblerProfileImageFilter to perform a
multi-scale change detection using the Kullback-Leibler distance.
multi-scale change detection using the Kullback-Leibler distance.
*Common:
*Common:
- Added an otb::Polygon, which represents a closed polyline on which
- Added an otb::Polygon, which represents a closed polyline on which
intersection or point interiority can be tested.
intersection or point interiority can be tested.
*IO:
*IO:
- Added an otb::DEMHandler to fetch the elevation value in SRTMor DTED
- Added an otb::DEMHandler to fetch the elevation value in SRTMor DTED
...
@@ -331,44 +352,44 @@ OTB-v.1.6.0 - Changes since version 1.4.0 (2007/10/25)
...
@@ -331,44 +352,44 @@ OTB-v.1.6.0 - Changes since version 1.4.0 (2007/10/25)
- Added a new tiling streaming mode.
- Added a new tiling streaming mode.
- Added the otb::ImageGeometryHandler, which allows to handle seamlessly
- Added the otb::ImageGeometryHandler, which allows to handle seamlessly
the image geometry information.
the image geometry information.
- Fixed a bug in the otb::MSTARImageIO.
- Fixed a bug in the otb::MSTARImageIO.
*Learning:
*Learning:
- Added methods to access the alpha values, the number of support vectors,
- Added methods to access the alpha values, the number of support vectors,
the support vectors themselves, the distance to the hyperplanes.
the support vectors themselves, the distance to the hyperplanes.
- Added the otb::SEMClassifier, implementing the Stochastic Expectation
- Added the otb::SEMClassifier, implementing the Stochastic Expectation
Maximization algorithm to perform an estimation of a mixture model.
Maximization algorithm to perform an estimation of a mixture model.
*MultiScale:
*MultiScale:
- Various name changes and bugfixes in the morphological pyramid
- Various name changes and bugfixes in the morphological pyramid
segmentation classes.
segmentation classes.
*Radiometry:
*Radiometry:
- The 6S Transfer Radiative Code compiles within OTB.
- The 6S Transfer Radiative Code compiles within OTB.
- Added the Radiometry directory, containing everything that has to do
- Added the Radiometry directory, containing everything that has to do
with image radiometry.
with image radiometry.
- Added the NDVI and ARVI (3 input bands) vegetation index filters.
- Added the NDVI and ARVI (3 input bands) vegetation index filters.
*Projections:
*Projections:
- Added the Projections directory, containing everything that has to do
- Added the Projections directory, containing everything that has to do
with image projections.
with image projections.
- Added an otb::DEMHandler to fetch the elevation value in SRTM/DTED
- Added an otb::DEMHandler to fetch the elevation value in SRTM/DTED
directories.
directories.
- Added an otb::DEMToImageGenerator to generate an elevation map.
- Added an otb::DEMToImageGenerator to generate an elevation map.
- Added an otb::OrthoRectificationFilter to perform orthorectification of
- Added an otb::OrthoRectificationFilter to perform orthorectification of
geo-referenced images.
geo-referenced images.
- Added the forward and inverse sensor model projection.
- Added the forward and inverse sensor model projection.
- Added several map projection transforms (Eckert4, LambertConformalConic,
- Added several map projection transforms (Eckert4, LambertConformalConic,
...
@@ -378,15 +399,15 @@ OTB-v.1.6.0 - Changes since version 1.4.0 (2007/10/25)
...
@@ -378,15 +399,15 @@ OTB-v.1.6.0 - Changes since version 1.4.0 (2007/10/25)
- Added the Fusion directory, containing everything that has to do
- Added the Fusion directory, containing everything that has to do
with image fusion.
with image fusion.
- Added the otb::BayesianFusionImageFilter, a pan-sharpening filter which
- Added the otb::BayesianFusionImageFilter, a pan-sharpening filter which
algoritm has been kindly contributed by Julien Radoux.
algoritm has been kindly contributed by Julien Radoux.
*Documentation:
*Documentation:
- Added various documented examples in the SoftwareGuide for the new classes.
- Added various documented examples in the SoftwareGuide for the new classes.
- Added a Tutorial section in the SoftwareGuide.
- Added a Tutorial section in the SoftwareGuide.
*Utilities:
*Utilities:
...
@@ -401,14 +422,14 @@ OTB-v.1.6.0 - Changes since version 1.4.0 (2007/10/25)
...
@@ -401,14 +422,14 @@ OTB-v.1.6.0 - Changes since version 1.4.0 (2007/10/25)
*Applications:
*Applications:
- Added the otbImageViewerManager application which allows to open multiple images,
- Added the otbImageViewerManager application which allows to open multiple images,
configure viewers and link displays.
configure viewers and link displays.
- Added the otbRoadExtraction which demonstrates the road extraction algorithm
- Added the otbRoadExtraction which demonstrates the road extraction algorithm
implemented in the FeatureExtraction module.
implemented in the FeatureExtraction module.
- Added the otbOrthoRectifAppli application which allows to ortho rectify images in
- Added the otbOrthoRectifAppli application which allows to ortho rectify images in
command line using the brand new Projections module of the Orfeo ToolBox. Old rigid
command line using the brand new Projections module of the Orfeo ToolBox. Old rigid
orthoo rectification application has been moved to otbPseudoOrthoRectif.
orthoo rectification application has been moved to otbPseudoOrthoRectif.
- Added an option in CMakeLists.txt to use VTK or not (enable or disable the
- Added an option in CMakeLists.txt to use VTK or not (enable or disable the
...
@@ -420,8 +441,8 @@ OTB-v.1.6.0 - Changes since version 1.4.0 (2007/10/25)
...
@@ -420,8 +441,8 @@ OTB-v.1.6.0 - Changes since version 1.4.0 (2007/10/25)
OTB-v.1.4.1 - Changes since version 1.4.0
OTB-v.1.4.1 - Changes since version 1.4.0
-----------------------------------------
-----------------------------------------
*Platforms:
*Platforms:
- Minor corrections of main ./CMakeLists.txt to support users applications using OTB
- Minor corrections of main ./CMakeLists.txt to support users applications using OTB
install directory when using internal ITK.
install directory when using internal ITK.
OTB-v.1.4.0 - Changes since version 1.2.1
OTB-v.1.4.0 - Changes since version 1.2.1
...
@@ -441,7 +462,7 @@ OTB-v.1.4.0 - Changes since version 1.2.1
...
@@ -441,7 +462,7 @@ OTB-v.1.4.0 - Changes since version 1.2.1
a polyline.
a polyline.
- DrawPathFilter and DrawPathListFilter can now use the internal scalar values of the path
- DrawPathFilter and DrawPathListFilter can now use the internal scalar values of the path
(if present) as a value to draw the path.
(if present) as a value to draw the path.
- Improved performances of the DrawPathFilter and DrawPathListFilter.
- Improved performances of the DrawPathFilter and DrawPathListFilter.
...
@@ -452,11 +473,11 @@ OTB-v.1.4.0 - Changes since version 1.2.1
...
@@ -452,11 +473,11 @@ OTB-v.1.4.0 - Changes since version 1.2.1
- Added the ImportGeoInformationImageFilter providing a workaround for metadata handling
- Added the ImportGeoInformationImageFilter providing a workaround for metadata handling
in pipeline execution.
in pipeline execution.
- Added a VectorRescaleIntensityImageFilter, which rescales a vector image on a per-band basis,
- Added a VectorRescaleIntensityImageFilter, which rescales a vector image on a per-band basis,
clamping a user-defined percent of the pixels lowest and highest values.
clamping a user-defined percent of the pixels lowest and highest values.
- Added a filter to compute spectral angle distance image with respect to a reference pixel.
- Added a filter to compute spectral angle distance image with respect to a reference pixel.
*FeatureExtraction:
*FeatureExtraction:
- Added a set of image and path filters to perform road extraction.
- Added a set of image and path filters to perform road extraction.
...
@@ -464,13 +485,13 @@ OTB-v.1.4.0 - Changes since version 1.2.1
...
@@ -464,13 +485,13 @@ OTB-v.1.4.0 - Changes since version 1.2.1
- Added a composite filter to perform road extraction.
- Added a composite filter to perform road extraction.
*ChangeDetection:
*ChangeDetection:
- Added the Kullback-Leibler distance change detector with optimized algorithm.
- Added the Kullback-Leibler distance change detector with optimized algorithm.
- Added a Kullback-Leibler multi-scale change profile image filter with optimized algorithm.
- Added a Kullback-Leibler multi-scale change profile image filter with optimized algorithm.
*DisparityMap:
*DisparityMap:
- Added the DisparityMapEstimationMethod, performing local disparity estimation with respect
- Added the DisparityMapEstimationMethod, performing local disparity estimation with respect
to a given transform using the ITK registration framework.
to a given transform using the ITK registration framework.
...
@@ -489,10 +510,10 @@ OTB-v.1.4.0 - Changes since version 1.2.1
...
@@ -489,10 +510,10 @@ OTB-v.1.4.0 - Changes since version 1.2.1
- InsightJournal code integration : ScatteredDataPointSetImageFilter.
- InsightJournal code integration : ScatteredDataPointSetImageFilter.
*Platforms:
*Platforms:
- Corrected runtime errors of the interactive change detection application under cygwin.
- Corrected runtime errors of the interactive change detection application under cygwin.
- Workaround for ImageViewer on very specific mandrake version.
- Workaround for ImageViewer on very specific mandrake version.
...
@@ -503,27 +524,27 @@ OTB-v.1.2.1 - Changes since version 1.2.0
...
@@ -503,27 +524,27 @@ OTB-v.1.2.1 - Changes since version 1.2.0
- Improved support of geographic meta data handling in pipeline execution.
- Improved support of geographic meta data handling in pipeline execution.
*BasicFilters:
*BasicFilters:
- Added a cast filter otb::ImageToVectorImageCastFilter to convert
- Added a cast filter otb::ImageToVectorImageCastFilter to convert
otb::Image (templated with scalar pixel types) to mono-channel otb::VectorImage.
otb::Image (templated with scalar pixel types) to mono-channel otb::VectorImage.
*FeatureExtraction:
*FeatureExtraction:
- Added a contour extraction filter otb::ImageToEdgePathFilter.
- Added a contour extraction filter otb::ImageToEdgePathFilter.
*Visualization:
*Visualization:
- Viewer accepts now otb::Image (templated with scalar pixel types)
- Viewer accepts now otb::Image (templated with scalar pixel types)
as well as otb::VectorImage.
as well as otb::VectorImage.
- Added FlRun() method to the Viewer, which execute Show() method from
- Added FlRun() method to the Viewer, which execute Show() method from
the Viewer followed by the Fl::run() method from FLTK.
the Viewer followed by the Fl::run() method from FLTK.
*Platforms:
*Platforms:
- Minor correction of otb::ObjectList and otb::List in order to support
- Minor correction of otb::ObjectList and otb::List in order to support
visual 7.0 compiler.
visual 7.0 compiler.
*Experimental:
*Experimental:
- Support for python binding compilation including itk binding
- Support for python binding compilation including itk binding
templated with OTB images, OTB IO and OTB Image viewer.
templated with OTB images, OTB IO and OTB Image viewer.
- OSSIM has been integrated in the OTB Utilities directory to
- OSSIM has been integrated in the OTB Utilities directory to
prepare its future use in new geometric features.
prepare its future use in new geometric features.
OTB-v.1.2.0 - Changes since version 1.0.2
OTB-v.1.2.0 - Changes since version 1.0.2
...
@@ -533,8 +554,8 @@ OTB-v.1.2.0 - Changes since version 1.0.2
...
@@ -533,8 +554,8 @@ OTB-v.1.2.0 - Changes since version 1.0.2
- OTB can now been compiled on several new platforms :
- OTB can now been compiled on several new platforms :
- SunOS 5.8 (32bits and 64bits).
- SunOS 5.8 (32bits and 64bits).
- Improved robustness of
- Improved robustness of
- the Microsoft Visual Studio .NET 2003 (7.1), .NET 2005 (8.0)
- the Microsoft Visual Studio .NET 2003 (7.1), .NET 2005 (8.0)
- the Cygwin and MinGW installation.
- the Cygwin and MinGW installation.
*Common:
*Common:
...
@@ -548,7 +569,7 @@ OTB-v.1.2.0 - Changes since version 1.0.2
...
@@ -548,7 +569,7 @@ OTB-v.1.2.0 - Changes since version 1.0.2
list to image filters, image list to image list filters.
list to image filters, image list to image list filters.
- Precision for internal calculus has been tuned to double in
- Precision for internal calculus has been tuned to double in
every filter.
every filter.
*Multiscale:
*Multiscale:
...
@@ -579,9 +600,9 @@ OTB-v.1.2.0 - Changes since version 1.0.2
...
@@ -579,9 +600,9 @@ OTB-v.1.2.0 - Changes since version 1.0.2
Gdal limitations).
Gdal limitations).
- Bug fixes on memory management in the Reader.
- Bug fixes on memory management in the Reader.
- Bug fixes related to the IO framework on MS Windows platforms.
- Bug fixes related to the IO framework on MS Windows platforms.
*Learning:
*Learning:
- Added filters for learning, classification and activation
- Added filters for learning, classification and activation
...
@@ -611,18 +632,18 @@ OTB-v.1.0.2 - Changes since version 1.0.1
...
@@ -611,18 +632,18 @@ OTB-v.1.0.2 - Changes since version 1.0.1
- OTB can now been compiled on several new platforms :
- OTB can now been compiled on several new platforms :
- Microsoft Visual Studio .NET 2005 (8.0).
- Microsoft Visual Studio .NET 2005 (8.0).
- Cygwin.
- Cygwin.
- MinGW on Windows platform.
- MinGW on Windows platform.
- LUM and BSQ formats have been added.
- LUM and BSQ formats have been added.
Note : On MS Windows platforms, if you have any problem related
Note : On MS Windows platforms, if you have any problem related
to using the OTB's internal version of ITK, you could try to use
to using the OTB's internal version of ITK, you could try to use
an external version of ITK (use ITK 2.6 or later) by setting
an external version of ITK (use ITK 2.6 or later) by setting
OTB_USE_EXTERNAL_ITK to ON and ITK_DIR to the directory where
OTB_USE_EXTERNAL_ITK to ON and ITK_DIR to the directory where
your ITK built resides.
your ITK built resides.
OTB-v.1.0.1 - Changes since version 1.0.0
OTB-v.1.0.1 - Changes since version 1.0.0
-----------------------------------------
-----------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment