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
Julien Cabieces
otb
Commits
5fcbf944
Commit
5fcbf944
authored
17 years ago
by
Emmanuel Christophe
Browse files
Options
Downloads
Patches
Plain Diff
Typos
parent
bb6e86c1
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Code/Projections/otbForwardSensorModel.h
+2
-2
2 additions, 2 deletions
Code/Projections/otbForwardSensorModel.h
Code/Projections/otbInverseSensorModel.h
+3
-2
3 additions, 2 deletions
Code/Projections/otbInverseSensorModel.h
with
5 additions
and
4 deletions
Code/Projections/otbForwardSensorModel.h
+
2
−
2
View file @
5fcbf944
...
@@ -31,8 +31,8 @@ namespace otb
...
@@ -31,8 +31,8 @@ namespace otb
* \brief Class for direct sensor models
* \brief Class for direct sensor models
*
*
* Based
t
o ossimProjectionFactoryRegistry and ossimProjection methods.
* Based o
n
ossimProjectionFactoryRegistry and ossimProjection methods.
* It takes
in
input an index and compute the world coordinates.
* It takes
as
input an index and compute
s
the world coordinates.
* (i,j,h) -> (lat,lon).
* (i,j,h) -> (lat,lon).
* Notice that the elevation h is optional.
* Notice that the elevation h is optional.
*
*
...
...
This diff is collapsed.
Click to expand it.
Code/Projections/otbInverseSensorModel.h
+
3
−
2
View file @
5fcbf944
...
@@ -32,8 +32,9 @@ namespace otb
...
@@ -32,8 +32,9 @@ namespace otb
* \brief Class for inverse sensor models
* \brief Class for inverse sensor models
*
*
* Based to ossimProjectionFactoryRegistry and ossimProjection methods.
* Based on ossimProjectionFactoryRegistry and ossimProjection methods.
* It takes in input an world point and compute the index position of the correspondant point in the input image.
* It takes as input a world point and computes the index position of the
* corresponding point in the input image.
* (lat,lon,h) -> (i,j).
* (lat,lon,h) -> (i,j).
* Notice that the elevation h is optional.
* Notice that the elevation h is optional.
*
*
...
...
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