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
05dc2b24
Commit
05dc2b24
authored
17 years ago
by
Jordi Inglada
Browse files
Options
Downloads
Patches
Plain Diff
Mise a jour Release Notes
parent
697617f1
No related branches found
Branches containing commit
Tags
1.6.0
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
RELEASE_NOTES.txt
+19
-15
19 additions, 15 deletions
RELEASE_NOTES.txt
with
19 additions
and
15 deletions
RELEASE_NOTES.txt
+
19
−
15
View file @
05dc2b24
...
...
@@ -6,12 +6,12 @@ OTB-v.1.6.0 - Changes since version 1.4.0
- Added StreamingVectorStatisticsImageFilter to compute
the second order stastics on a large vector image.
- Added the M
A
trixTransposeMatrixImageFilter to compute
- Added the M
a
trixTransposeMatrixImageFilter to compute
the product of the matrix of vector pixels from image 1
in row
with the the matrix of vector pixels from image 2
column for large vector image.
in rowwith the the matrix of vector pixels from image 2
column
s
for large vector image.
- Added the otb::VectorImageTo3DScalarImageFilter which transform
- Added the otb::VectorImageTo3DScalarImageFilter which transform
s
a vector image into a 3D scalar image where each band is represented
in a layer of the 3rd dimension.
...
...
@@ -19,12 +19,13 @@ OTB-v.1.6.0 - Changes since version 1.4.0
otb::VectorImageToImageListFilter to convert a vector image
from/to an image list.
- Added the otb::ImageListToImageListApplyFilter which appl
y
a given
scalar image filter to a list of image
.
- Added the otb::ImageListToImageListApplyFilter which appl
ies
a given
scalar image filter to a list of image
s
- Added the otb::PerBandImageFilter, which apply a given scalar filter
to each band of a VectorImage. This is not the optimal way for most treatments,
but it allows the use of almost every scalar filter on vector images.
- Added the otb::PerBandImageFilter, which applies a given scalar filter
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
vector images.
- Added the otb::StreamingResampleImageFilter, which is a streaming capable
version of the itk::ResampleImageFilter.
...
...
@@ -40,12 +41,13 @@ OTB-v.1.6.0 - Changes since version 1.4.0
*Common:
- Added an otb::Polygon, which represent a closed polyline on which
- Added an otb::Polygon, which represent
s
a closed polyline on which
intersection or point interiority can be tested.
*IO:
- Added an otb::DEMHandler to fetch the elevation value in SRTM directory.
- Added an otb::DEMHandler to fetch the elevation value in SRTMor DTED
directories.
- Added an otb::DEMToImageGenerator to generate an elevation map.
...
...
@@ -59,7 +61,7 @@ OTB-v.1.6.0 - Changes since version 1.4.0
*Learning:
- Added methods to access the alpha values, the number of support vectors,
the support vectors
, the number of
hyperplanes.
the support vectors
themselves, the distance to the
hyperplanes.
- Added the otb::SEMClassifier, implementing the Stochastic Expectation
Maximization algorithm to perform an estimation of a mixture model.
...
...
@@ -71,6 +73,7 @@ OTB-v.1.6.0 - Changes since version 1.4.0
*Radiometry:
- The 6S Transfer Radiative Code compiles within OTB.
- Added the Radiometry directory, containing everything that has to do
with image radiometry.
- Added the NDVI and ARVI (3 input bands) vegetation index filters.
...
...
@@ -80,7 +83,8 @@ OTB-v.1.6.0 - Changes since version 1.4.0
- Added the Projections directory, containing everything that has to do
with image projections.
- Added an otb::DEMHandler to fetch the elevation value in SRTM directory.
- Added an otb::DEMHandler to fetch the elevation value in SRTM/DTED
directories.
- Added an otb::DEMToImageGenerator to generate an elevation map.
...
...
@@ -89,8 +93,8 @@ OTB-v.1.6.0 - Changes since version 1.4.0
- Added the forward and inverse sensor model projection.
- Added several map projection
s
transform (Eckert4, LambertConformalConic,
TransMercator,Mollweid,Sinusoidal,UTM)
- Added several map projection transform
s
(Eckert4, LambertConformalConic,
TransMercator,
Mollweid,
Sinusoidal,
UTM)
*Fusion:
...
...
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