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
48038c97
Commit
48038c97
authored
17 years ago
by
Julien Michel
Browse files
Options
Downloads
Patches
Plain Diff
documentation manquante.
parent
303aa7b3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Code/BasicFilters/otbVectorRescaleIntensityImageFilter.h
+10
-1
10 additions, 1 deletion
Code/BasicFilters/otbVectorRescaleIntensityImageFilter.h
Code/IO/otbSpatialObjectDXFReader.h
+2
-1
2 additions, 1 deletion
Code/IO/otbSpatialObjectDXFReader.h
with
12 additions
and
2 deletions
Code/BasicFilters/otbVectorRescaleIntensityImageFilter.h
+
10
−
1
View file @
48038c97
...
@@ -30,6 +30,9 @@ namespace Functor {
...
@@ -30,6 +30,9 @@ namespace Functor {
/** \class VectorAffineTransform
/** \class VectorAffineTransform
* \brief This functor performs a per band linear transform of its input.
* \brief This functor performs a per band linear transform of its input.
*
*
* Values upper than InputMaximum or lower than InputMinimum are clamped to OutputMaximum
* respectively OutputMinimum values.
*
* TInput and TOutput type are supposed to be of type itk::VariableLengthVector.
* TInput and TOutput type are supposed to be of type itk::VariableLengthVector.
*
*
*/
*/
...
@@ -156,7 +159,13 @@ namespace Functor {
...
@@ -156,7 +159,13 @@ namespace Functor {
/** \class VectorRescaleIntensityImageFilter
/** \class VectorRescaleIntensityImageFilter
* \brief
* \brief This filter performs a rescaling of a vector image on a per band basis.
*
* This filter rescales each band to match the [OutputMinimum,OutputMaximum] range.
* In order to avoid odd values to alter the intensity extent, one can set a clamp percentage.
*
* Values lower than the first quantile of this percentage are set to the OutputMinimum.
* Values upper than the last quantile of this percentage are set to the OutputMaximum.
*
*
* \ingroup IntensityImageFilters
* \ingroup IntensityImageFilters
* \ingroup MultiThreaded
* \ingroup MultiThreaded
...
...
This diff is collapsed.
Click to expand it.
Code/IO/otbSpatialObjectDXFReader.h
+
2
−
1
View file @
48038c97
...
@@ -24,7 +24,8 @@ PURPOSE. See the above copyright notices for more information.
...
@@ -24,7 +24,8 @@ PURPOSE. See the above copyright notices for more information.
namespace
otb
namespace
otb
{
{
/** \class SpatialObjectDXFReader
/** \class SpatialObjectDXFReader
* \brief
* \brief This class reads the DXF file format to SpatialObjects.
*
* \ingroup ObjectSource
* \ingroup ObjectSource
*/
*/
template
<
class
TSpatialObject
>
template
<
class
TSpatialObject
>
...
...
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