Skip to content
Snippets Groups Projects
Commit 5fcbf944 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

Typos

parent bb6e86c1
No related branches found
No related tags found
No related merge requests found
...@@ -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 to ossimProjectionFactoryRegistry and ossimProjection methods. * Based on ossimProjectionFactoryRegistry and ossimProjection methods.
* It takes in input an index and compute the world coordinates. * It takes as input an index and computes 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.
* *
......
...@@ -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.
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment