Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
18f1f22d
Commit
18f1f22d
authored
Jan 20, 2021
by
Cédric Traizet
Browse files
DOC: add documentation for RPCSolver::Solve
parent
975b106b
Pipeline
#6574
failed with stages
in 90 minutes and 40 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Modules/Filtering/Projection/include/otbRPCSolver.h
View file @
18f1f22d
...
...
@@ -33,6 +33,15 @@ namespace otb
using
GCPType
=
std
::
pair
<
Point2DType
,
Point3DType
>
;
using
GCPsContainerType
=
std
::
vector
<
GCPType
>
;
/** Solve RPC modelling from a set of GCPs and image bounds.
* The estimated RPC model is written in a RPCParam structure that can
* for instance be added to an ImageMetadata object.
* Please note that at least 20 points are required to estimate the
* RPC model. Between 20 and 40 points, the estimated model will
* not provide elevation support, since there are not enough points
* to estimate all the coefficients. Starting at 40 points, a full
* RPC model is estimated.
*/
void
Solve
(
const
GCPsContainerType
&
gcpContainer
,
double
&
rmsError
,
Projection
::
RPCParam
&
outputParams
);
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment