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
1dda9bc1
Commit
1dda9bc1
authored
13 years ago
by
Manuel Grizonnet
Browse files
Options
Downloads
Patches
Plain Diff
STYLE:kwstyle
parent
1c4d09bf
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Applications/RadiometricIndices/otbRadiometricWaterIndices.cxx
+9
-9
9 additions, 9 deletions
...cations/RadiometricIndices/otbRadiometricWaterIndices.cxx
with
9 additions
and
9 deletions
Applications/RadiometricIndices/otbRadiometricWaterIndices.cxx
+
9
−
9
View file @
1dda9bc1
...
...
@@ -39,7 +39,7 @@ class RadiometricWaterIndices: public Application
{
public:
/** Standard class typedefs. */
typedef
RadiometricWaterIndices
Self
;
typedef
RadiometricWaterIndices
Self
;
typedef
Application
Superclass
;
typedef
itk
::
SmartPointer
<
Self
>
Pointer
;
typedef
itk
::
SmartPointer
<
const
Self
>
ConstPointer
;
...
...
@@ -50,17 +50,17 @@ public:
itkTypeMacro
(
RadiometricWaterIndices
,
otb
::
Wrapper
::
Application
);
/** Output containers typedef */
typedef
ObjectList
<
itk
::
ProcessObject
>
FilterListType
;
typedef
ImageList
<
FloatImageType
>
ImageListType
;
typedef
ObjectList
<
itk
::
ProcessObject
>
FilterListType
;
typedef
ImageList
<
FloatImageType
>
ImageListType
;
typedef
ImageListToVectorImageFilter
<
ImageListType
,
FloatVectorImageType
>
ImageListToVectorImageFilterType
;
/** Radiometric indices functors typedef */
typedef
Functor
::
SRWI
<
FloatVectorImageType
::
InternalPixelType
,
FloatVectorImageType
::
InternalPixelType
,
FloatImageType
::
PixelType
>
SRWIFunctorType
;
typedef
Functor
::
NDWI
<
FloatVectorImageType
::
InternalPixelType
,
FloatVectorImageType
::
InternalPixelType
,
FloatImageType
::
PixelType
>
NDWIFunctorType
;
typedef
Functor
::
SRWI
<
FloatVectorImageType
::
InternalPixelType
,
FloatVectorImageType
::
InternalPixelType
,
FloatImageType
::
PixelType
>
SRWIFunctorType
;
typedef
Functor
::
NDWI
<
FloatVectorImageType
::
InternalPixelType
,
FloatVectorImageType
::
InternalPixelType
,
FloatImageType
::
PixelType
>
NDWIFunctorType
;
typedef
Functor
::
NDWI2
<
FloatVectorImageType
::
InternalPixelType
,
FloatVectorImageType
::
InternalPixelType
,
FloatImageType
::
PixelType
>
NDWI2FunctorType
;
typedef
Functor
::
MNDWI
<
FloatVectorImageType
::
InternalPixelType
,
FloatVectorImageType
::
InternalPixelType
,
FloatImageType
::
PixelType
>
MNDWIFunctorType
;
typedef
Functor
::
NDPI
<
FloatVectorImageType
::
InternalPixelType
,
FloatVectorImageType
::
InternalPixelType
,
FloatImageType
::
PixelType
>
NDPIFunctorType
;
typedef
Functor
::
NDTI
<
FloatVectorImageType
::
InternalPixelType
,
FloatVectorImageType
::
InternalPixelType
,
FloatImageType
::
PixelType
>
NDTIFunctorType
;
typedef
Functor
::
NDPI
<
FloatVectorImageType
::
InternalPixelType
,
FloatVectorImageType
::
InternalPixelType
,
FloatImageType
::
PixelType
>
NDPIFunctorType
;
typedef
Functor
::
NDTI
<
FloatVectorImageType
::
InternalPixelType
,
FloatVectorImageType
::
InternalPixelType
,
FloatImageType
::
PixelType
>
NDTIFunctorType
;
//typedef Functor::WaterSqrtSpectralAngleFunctor<FloatVectorImageType::InternalPixelType, FloatVectorImageType::InternalPixelType, FloatImageType::PixelType> WaterSqrtSpectralAngleFunctor;
typedef
itk
::
UnaryFunctorImageFilter
<
FloatVectorImageType
,
FloatImageType
,
SRWIFunctorType
>
SRWIFilterType
;
...
...
@@ -219,8 +219,8 @@ private:
SetParameterOutputImage
(
"out"
,
m_Concatener
->
GetOutput
());
}
FilterListType
::
Pointer
m_FilterList
;
ImageListType
::
Pointer
m_ImageList
;
FilterListType
::
Pointer
m_FilterList
;
ImageListType
::
Pointer
m_ImageList
;
ImageListToVectorImageFilterType
::
Pointer
m_Concatener
;
};
...
...
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