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
Julien Cabieces
otb
Commits
084315a4
Commit
084315a4
authored
6 years ago
by
Manuel Grizonnet
Browse files
Options
Downloads
Patches
Plain Diff
ENH: DefaultConstructibleFunctorImageFilter does not exist anymore use FunctorImageFilter instead
parent
88fe948a
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
Modules/Filtering/Polarimetry/include/otbSinclairImageFilters.h
+4
-4
4 additions, 4 deletions
...s/Filtering/Polarimetry/include/otbSinclairImageFilters.h
with
4 additions
and
4 deletions
Modules/Filtering/Polarimetry/include/otbSinclairImageFilters.h
+
4
−
4
View file @
084315a4
...
@@ -32,28 +32,28 @@ namespace otb
...
@@ -32,28 +32,28 @@ namespace otb
{
{
// This is the entire declaration of SinclairToCovarianceMatrixFilter
// This is the entire declaration of SinclairToCovarianceMatrixFilter
template
<
typename
TInputImage
,
typename
TOutputImage
>
template
<
typename
TInputImage
,
typename
TOutputImage
>
using
SinclairToCovarianceMatrixFilter
=
DefaultConstructible
FunctorImageFilter
<
using
SinclairToCovarianceMatrixFilter
=
FunctorImageFilter
<
Functor
::
SinclairToCovarianceMatrixFunctor
<
typename
TInputImage
::
PixelType
,
typename
TInputImage
::
PixelType
,
typename
TInputImage
::
PixelType
,
Functor
::
SinclairToCovarianceMatrixFunctor
<
typename
TInputImage
::
PixelType
,
typename
TInputImage
::
PixelType
,
typename
TInputImage
::
PixelType
,
typename
TInputImage
::
PixelType
,
typename
TOutputImage
::
PixelType
>
,
typename
TInputImage
::
PixelType
,
typename
TOutputImage
::
PixelType
>
,
std
::
tuple
<
polarimetry_tags
::
hh
,
polarimetry_tags
::
hv
,
polarimetry_tags
::
vh
,
polarimetry_tags
::
vv
>>
;
std
::
tuple
<
polarimetry_tags
::
hh
,
polarimetry_tags
::
hv
,
polarimetry_tags
::
vh
,
polarimetry_tags
::
vv
>>
;
// This is the entire declaration of SinclairToCircularCovarianceMatrixFilter
// This is the entire declaration of SinclairToCircularCovarianceMatrixFilter
template
<
typename
TInputImage
,
typename
TOutputImage
>
template
<
typename
TInputImage
,
typename
TOutputImage
>
using
SinclairToCircularCovarianceMatrixFilter
=
DefaultConstructible
FunctorImageFilter
<
using
SinclairToCircularCovarianceMatrixFilter
=
FunctorImageFilter
<
Functor
::
SinclairToCircularCovarianceMatrixFunctor
<
typename
TInputImage
::
PixelType
,
typename
TInputImage
::
PixelType
,
typename
TInputImage
::
PixelType
,
Functor
::
SinclairToCircularCovarianceMatrixFunctor
<
typename
TInputImage
::
PixelType
,
typename
TInputImage
::
PixelType
,
typename
TInputImage
::
PixelType
,
typename
TInputImage
::
PixelType
,
typename
TOutputImage
::
PixelType
>
,
typename
TInputImage
::
PixelType
,
typename
TOutputImage
::
PixelType
>
,
std
::
tuple
<
polarimetry_tags
::
hh
,
polarimetry_tags
::
hv
,
polarimetry_tags
::
vh
,
polarimetry_tags
::
vv
>>
;
std
::
tuple
<
polarimetry_tags
::
hh
,
polarimetry_tags
::
hv
,
polarimetry_tags
::
vh
,
polarimetry_tags
::
vv
>>
;
// This is the entire declaration of SinclairToCoherencyMatrixFilter
// This is the entire declaration of SinclairToCoherencyMatrixFilter
template
<
typename
TInputImage
,
typename
TOutputImage
>
template
<
typename
TInputImage
,
typename
TOutputImage
>
using
SinclairToCoherencyMatrixFilter
=
DefaultConstructible
FunctorImageFilter
<
using
SinclairToCoherencyMatrixFilter
=
FunctorImageFilter
<
Functor
::
SinclairToCoherencyMatrixFunctor
<
typename
TInputImage
::
PixelType
,
typename
TInputImage
::
PixelType
,
typename
TInputImage
::
PixelType
,
Functor
::
SinclairToCoherencyMatrixFunctor
<
typename
TInputImage
::
PixelType
,
typename
TInputImage
::
PixelType
,
typename
TInputImage
::
PixelType
,
typename
TInputImage
::
PixelType
,
typename
TOutputImage
::
PixelType
>
,
typename
TInputImage
::
PixelType
,
typename
TOutputImage
::
PixelType
>
,
std
::
tuple
<
polarimetry_tags
::
hh
,
polarimetry_tags
::
hv
,
polarimetry_tags
::
vh
,
polarimetry_tags
::
vv
>>
;
std
::
tuple
<
polarimetry_tags
::
hh
,
polarimetry_tags
::
hv
,
polarimetry_tags
::
vh
,
polarimetry_tags
::
vv
>>
;
// This is the entire declaration of SinclairToMuellerMatrixFilter
// This is the entire declaration of SinclairToMuellerMatrixFilter
template
<
typename
TInputImage
,
typename
TOutputImage
>
template
<
typename
TInputImage
,
typename
TOutputImage
>
using
SinclairToMuellerMatrixFilter
=
DefaultConstructible
FunctorImageFilter
<
using
SinclairToMuellerMatrixFilter
=
FunctorImageFilter
<
Functor
::
SinclairToMuellerMatrixFunctor
<
typename
TInputImage
::
PixelType
,
typename
TInputImage
::
PixelType
,
typename
TInputImage
::
PixelType
,
Functor
::
SinclairToMuellerMatrixFunctor
<
typename
TInputImage
::
PixelType
,
typename
TInputImage
::
PixelType
,
typename
TInputImage
::
PixelType
,
typename
TInputImage
::
PixelType
,
typename
TOutputImage
::
PixelType
>
,
typename
TInputImage
::
PixelType
,
typename
TOutputImage
::
PixelType
>
,
std
::
tuple
<
polarimetry_tags
::
hh
,
polarimetry_tags
::
hv
,
polarimetry_tags
::
vh
,
polarimetry_tags
::
vv
>>
;
std
::
tuple
<
polarimetry_tags
::
hh
,
polarimetry_tags
::
hv
,
polarimetry_tags
::
vh
,
polarimetry_tags
::
vv
>>
;
...
...
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