| 
    FOUND
    
   | 
 
FeatureDetectionVectorGenerationAlgorithm figures out the distance vector of the satellite relative to earth by identifying features on earth. More...
#include <vectorize.hpp>


Public Member Functions | |
| FeatureDetectionVectorGenerationAlgorithm () | |
| Place documentation here.   | |
| ~FeatureDetectionVectorGenerationAlgorithm () | |
| Place documentation here.   | |
| PositionVector | Run (const PositionVector &x_E) override | 
| Place documentation here.   | |
  Public Member Functions inherited from found::FunctionStage< PositionVector, 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)   | |
| PositionVector & | 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< PositionVector, PositionVector > | |
| PositionVector | resource | 
| The stored input for this.  | |
| PositionVector * | product | 
| The pointer to the stored output for this.  | |
FeatureDetectionVectorGenerationAlgorithm figures out the distance vector of the satellite relative to earth by identifying features on earth.
| found::FeatureDetectionVectorGenerationAlgorithm::FeatureDetectionVectorGenerationAlgorithm | ( | ) | 
Place documentation here.
Press enter to automatically make a new line
| found::FeatureDetectionVectorGenerationAlgorithm::~FeatureDetectionVectorGenerationAlgorithm | ( | ) | 
Place documentation here.
Press enter to automatically make a new line
      
  | 
  override | 
Place documentation here.
Press enter to automatically make a new line
| x_E | The position vector of the satellite with respect to the camera coordiinate system |