|
FOUND
|
The DistanceDeterminationAlgorithm class houses the Distance Determination Algorithm. More...
#include <distance.hpp>


Public Member Functions | |
| EllipticDistanceDeterminationAlgorithm (PositionVector radius) | |
| Initializes an EllipticDistanceDeterminationAlgorithm. | |
| PositionVector | Run (const Points &p) override |
| Place documentation here. | |
Public Member Functions inherited from found::FunctionStage< Points, PositionVector > | |
| FunctionStage ()=default | |
| Constructs a new Stage. | |
| virtual | ~FunctionStage ()=default |
| Destroys this. | |
| void | DoAction () override |
| Executes Run (with a stored input and storing the output) | |
| Points & | GetResource () |
| Returns the stored input of this. | |
| PositionVector *& | GetProduct () |
| Returns the stored output of this. | |
Public Member Functions inherited from found::Stage< Input, Output > | |
| virtual Output | Run (Input input)=0 |
| Runs this stage. | |
Additional Inherited Members | |
Protected Attributes inherited from found::FunctionStage< Points, PositionVector > | |
| 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.
|
explicit |
Initializes an EllipticDistanceDeterminationAlgorithm.
| radius | The distance from Earth to use |
|
override |
Place documentation here.
Press enter to automatically make a new line
| p | The points in the image on Earth's horizon |