My Project
|
#include <distance.hpp>
Additional Inherited Members | |
![]() | |
Stage ()=default | |
virtual | ~Stage ()=default |
virtual distFromEarth | Run (const Points &input)=0 |
void | DoAction () override |
Points & | GetResource () |
distFromEarth *& | GetProduct () |
![]() | |
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.