My Project
|
#include <distance.hpp>
Public Member Functions | |
SphericalDistanceDeterminationAlgorithm (float radius) | |
distFromEarth | Run (const Points &p) override |
![]() | |
Stage ()=default | |
virtual | ~Stage ()=default |
void | DoAction () override |
Points & | GetResource () |
distFromEarth *& | GetProduct () |
Additional Inherited Members | |
![]() | |
Points | resource |
The stored input for this. | |
distFromEarth * | 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 this SphericalDistanceDeterminationAlgorithm
radius | The radius of Earth to use |
|
overridevirtual |
Place documentation here. Press enter to automatically make a new line
Implements found::Stage< Points, distFromEarth >.