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
00f2ccba
Commit
00f2ccba
authored
14 years ago
by
Patrick Imbo
Browse files
Options
Downloads
Patches
Plain Diff
ENH: typo
parent
281d1b64
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Code/SARPolarimetry/otbHermitianEigenAnalysis.h
+1
-1
1 addition, 1 deletion
Code/SARPolarimetry/otbHermitianEigenAnalysis.h
Code/SARPolarimetry/otbHermitianEigenAnalysis.txx
+3
-12
3 additions, 12 deletions
Code/SARPolarimetry/otbHermitianEigenAnalysis.txx
with
4 additions
and
13 deletions
Code/SARPolarimetry/otbHermitianEigenAnalysis.h
+
1
−
1
View file @
00f2ccba
...
@@ -330,7 +330,7 @@ std::ostream & operator<<(std::ostream& os,
...
@@ -330,7 +330,7 @@ std::ostream & operator<<(std::ostream& os,
return
os
;
return
os
;
}
}
}
// end namespace
itk
}
// end namespace
otb
#ifndef ITK_MANUAL_INSTANTIATION
#ifndef ITK_MANUAL_INSTANTIATION
...
...
This diff is collapsed.
Click to expand it.
Code/SARPolarimetry/otbHermitianEigenAnalysis.txx
+
3
−
12
View file @
00f2ccba
...
@@ -250,7 +250,7 @@ ComputeEigenValuesAndVectors(
...
@@ -250,7 +250,7 @@ ComputeEigenValuesAndVectors(
float HM[3][3][2];
float HM[3][3][2];
// Passage de la matrice T T1....T9
une matrice 3*3*2 compatible avec la mt
h
ode HermitianDiagonalisation
// Passage de la matrice T T1....T9
� u
ne matrice 3*3*2 compatible avec la m�t
hod
e HermitianDiagonalisation
HM[0][0][0]=T[0]; HM[0][0][1]=0.;
HM[0][0][0]=T[0]; HM[0][0][1]=0.;
...
@@ -292,7 +292,7 @@ ComputeEigenValuesAndVectors(
...
@@ -292,7 +292,7 @@ ComputeEigenValuesAndVectors(
//std::cout << "Valeurs propres : " << eigenVal[0] << "...." << eigenVal[1] << "...." << eigenVal[2] << std::endl<< std::endl;
//std::cout << "Valeurs propres : " << eigenVal[0] << "...." << eigenVal[1] << "...." << eigenVal[2] << std::endl<< std::endl;
// R
cupra
tion des sorties
// R
�cup�rati
on des sorties
for (int i=0; i<3; i++)
for (int i=0; i<3; i++)
for (int j=0;j<3; j++)
for (int j=0;j<3; j++)
{
{
...
@@ -944,16 +944,7 @@ ComputeEigenValuesAndVectorsUsingQL(VectorType &d, double *e, double *z) const
...
@@ -944,16 +944,7 @@ ComputeEigenValuesAndVectorsUsingQL(VectorType &d, double *e, double *z) const
}
}
} // end namespace otb
} // end namespace itk
#endif
#endif
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