Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
otb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
273
Issues
273
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Main Repositories
otb
Commits
c24c078c
Commit
c24c078c
authored
Jul 21, 2011
by
Manuel Grizonnet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
STYLE:kwstyle
parent
ba95ec04
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
15 deletions
+15
-15
Code/BasicFilters/otbPCAImageFilter.h
Code/BasicFilters/otbPCAImageFilter.h
+15
-15
No files found.
Code/BasicFilters/otbPCAImageFilter.h
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment