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
3fa938a0
Commit
3fa938a0
authored
17 years ago
by
Cyrille Valladeau
Browse files
Options
Downloads
Patches
Plain Diff
oups... oubli d'un bout de commit.
parent
935bcb4f
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/Radiometry/otbDEMCaracteristicsExtractor.txx
+4
-10
4 additions, 10 deletions
Code/Radiometry/otbDEMCaracteristicsExtractor.txx
with
4 additions
and
10 deletions
Code/Radiometry/otbDEMCaracteristicsExtractor.txx
+
4
−
10
View file @
3fa938a0
...
...
@@ -38,12 +38,6 @@ namespace otb
this->SetNthOutput(2,OutputImageType::New());
this->SetNthOutput(3,OutputImageType::New());
// m_GradientMagnitudeFilter = GradientMagnitudeFilterType::New();
// m_GradientRecursiveGaussianFilter = GradientRecursiveGaussianImageFilterType::New();
// m_AspectFilter = Atan2FilterType::New();
// m_IncidenceFilter = AcosImageFilterType::New();
// m_ExitanceFilter = AcosImageFilterType::New();
m_SolarAngle = 0;
m_SolarAzimut = 0;
m_ViewAngle = 0;
...
...
@@ -75,13 +69,13 @@ namespace otb
// Gradient Magnitude Image Filter used to compute the slope.
typename GradientMagnitudeFilterType::Pointer GradientMagnitudeFilter = GradientMagnitudeFilterType::New();;
// Gradient Recursive Gaussian Image Filter used to compute the aspect.
// Gradient Recursive Gaussian Image Filter used to compute the aspect.
typename GradientRecursiveGaussianImageFilterType::Pointer GradientRecursiveGaussianFilter= GradientRecursiveGaussianImageFilterType::New(); ;
// Atan2 Image Filter used to compute the aspect.
// Atan2 Image Filter used to compute the aspect.
typename Atan2FilterType::Pointer AspectFilter = Atan2FilterType::New(); ;
// Inverse cosinus Image filter used to compute the incidence image
// Inverse cosinus Image filter used to compute the incidence image
typename AcosImageFilterType::Pointer IncidenceFilter = AcosImageFilterType::New();;
// Inverse cosinus Image filter used to compute the exitance image
// Inverse cosinus Image filter used to compute the exitance image
typename AcosImageFilterType::Pointer ExitanceFilter = AcosImageFilterType::New();;
// Degrees To Radian _-> Radian To Degree coefficient
...
...
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