The DistanceDeterminationAlgorithm class houses the Distance Determination Algorithm.
More...
#include <distance.hpp>
|
|
Points | resource |
| | The stored input for this.
|
| |
|
PositionVector * | product |
| | The pointer to the stored output for this.
|
| |
The DistanceDeterminationAlgorithm class houses the Distance Determination Algorithm.
This algorithm calculates the distance from Earth based on the pixels of Earth's Edge found in the image.
- Note
- This class assumes that Earth is a perfect ellipse
◆ EllipticDistanceDeterminationAlgorithm()
| found::EllipticDistanceDeterminationAlgorithm::EllipticDistanceDeterminationAlgorithm |
( |
PositionVector |
radius | ) |
|
|
explicit |
◆ Run()
| PositionVector found::EllipticDistanceDeterminationAlgorithm::Run |
( |
const Points & |
p | ) |
|
|
override |
Place documentation here.
Press enter to automatically make a new line
- Parameters
-
| p | The points in the image on Earth's horizon |
- Returns
- The position vector of the satellite with respect to the camera's coordinate system
The documentation for this class was generated from the following file: