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
Container Registry
Model registry
Operate
Environments
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
Antoine Belvire
otb
Commits
c24c078c
Commit
c24c078c
authored
13 years ago
by
Manuel Grizonnet
Browse files
Options
Downloads
Patches
Plain Diff
STYLE:kwstyle
parent
ba95ec04
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
Code/BasicFilters/otbPCAImageFilter.h
+15
-15
15 additions, 15 deletions
Code/BasicFilters/otbPCAImageFilter.h
with
15 additions
and
15 deletions
Code/BasicFilters/otbPCAImageFilter.h
+
15
−
15
View file @
c24c078c
...
...
@@ -72,14 +72,14 @@ public:
/** Filter types and related */
typedef
StreamingStatisticsVectorImageFilter
<
InputImageType
>
CovarianceEstimatorFilterType
;
typedef
typename
CovarianceEstimatorFilterType
::
Pointer
CovarianceEstimatorFilterPointerType
;
typedef
typename
CovarianceEstimatorFilterType
::
Pointer
CovarianceEstimatorFilterPointerType
;
typedef
typename
CovarianceEstimatorFilterType
::
RealType
RealType
;
typedef
typename
CovarianceEstimatorFilterType
::
RealPixelType
VectorType
;
typedef
typename
CovarianceEstimatorFilterType
::
RealType
RealType
;
typedef
typename
CovarianceEstimatorFilterType
::
RealPixelType
VectorType
;
typedef
typename
CovarianceEstimatorFilterType
::
MatrixObjectType
MatrixObjectType
;
typedef
typename
MatrixObjectType
::
ComponentType
MatrixType
;
typedef
typename
MatrixType
::
InternalMatrixType
InternalMatrixType
;
typedef
typename
InternalMatrixType
::
element_type
MatrixElementType
;
typedef
typename
MatrixObjectType
::
ComponentType
MatrixType
;
typedef
typename
MatrixType
::
InternalMatrixType
InternalMatrixType
;
typedef
typename
InternalMatrixType
::
element_type
MatrixElementType
;
typedef
MatrixImageFilter
<
TInputImage
,
TOutputImage
>
TransformFilterType
;
typedef
typename
TransformFilterType
::
Pointer
TransformFilterPointerType
;
...
...
@@ -186,13 +186,13 @@ protected:
/** Internal attributes */
unsigned
int
m_NumberOfPrincipalComponentsRequired
;
bool
m_UseNormalization
;
bool
m_UseVarianceForNormalization
;
bool
m_GivenMeanValues
;
bool
m_GivenStdDevValues
;
bool
m_GivenCovarianceMatrix
;
bool
m_GivenTransformationMatrix
;
bool
m_IsTransformationMatrixForward
;
bool
m_UseNormalization
;
bool
m_UseVarianceForNormalization
;
bool
m_GivenMeanValues
;
bool
m_GivenStdDevValues
;
bool
m_GivenCovarianceMatrix
;
bool
m_GivenTransformationMatrix
;
bool
m_IsTransformationMatrixForward
;
VectorType
m_MeanValues
;
VectorType
m_StdDevValues
;
...
...
@@ -201,8 +201,8 @@ protected:
MatrixType
m_TransformationMatrix
;
CovarianceEstimatorFilterPointerType
m_CovarianceEstimator
;
TransformFilterPointerType
m_Transformer
;
NormalizeFilterPointerType
m_Normalizer
;
TransformFilterPointerType
m_Transformer
;
NormalizeFilterPointerType
m_Normalizer
;
private
:
PCAImageFilter
(
const
Self
&
);
// not implemented
...
...
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