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
57f626cf
Commit
57f626cf
authored
14 years ago
by
Grégoire Mercier
Browse files
Options
Downloads
Patches
Plain Diff
BUG: compil issue
parent
8f7926f0
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/Hyperspectral/otbPCAImageFilter.h
+1
-1
1 addition, 1 deletion
Code/Hyperspectral/otbPCAImageFilter.h
Code/Hyperspectral/otbPCAImageFilter.txx
+1
-1
1 addition, 1 deletion
Code/Hyperspectral/otbPCAImageFilter.txx
with
2 additions
and
2 deletions
Code/Hyperspectral/otbPCAImageFilter.h
+
1
−
1
View file @
57f626cf
...
...
@@ -82,7 +82,7 @@ public:
typedef
MatrixMultiplyImageFilter
<
TInputImage
,
TOutputImage
,
RealType
>
TransformFilterType
;
typedef
typename
TransformFilterType
::
Pointer
TransformFilterPointerType
;
typedef
NormalizeVetorImageFilter
<
TInputImage
,
TOutputImage
>
NormalizeFilterType
;
typedef
NormalizeVe
c
torImageFilter
<
TInputImage
,
TOutputImage
>
NormalizeFilterType
;
typedef
typename
NormalizeFilterType
::
Pointer
NormalizeFilterPointerType
;
/**
...
...
This diff is collapsed.
Click to expand it.
Code/Hyperspectral/otbPCAImageFilter.txx
+
1
−
1
View file @
57f626cf
...
...
@@ -215,7 +215,7 @@ PCAImageFilter< TInputImage, TOutputImage, TDirectionOfTransformation >
for ( unsigned int i = 0; i < m_MeanValues.Size(); i++ )
revMean[i] = -m_MeanValues[i];
m_Normalizer->SetIn
t
put( m_Transformer->GetOutput() );
m_Normalizer->SetInput( m_Transformer->GetOutput() );
m_Normalizer->SetMean( revMean );
m_Normalizer->SetUseStdDev( false );
...
...
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