|
FOUND
|
The EdgeDetection Algorithm class houses the Edge Detection Algorithm. More...
#include <edge.hpp>


Additional Inherited Members | |
Public Member Functions inherited from found::FunctionStage< Image, Points > | |
| FunctionStage ()=default | |
| Constructs a new Stage. | |
| virtual | ~FunctionStage ()=default |
| Destroys this. | |
| void | DoAction () override |
| Executes Run (with a stored input and storing the output) | |
| Image & | GetResource () |
| Returns the stored input of this. | |
| Points *& | 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. | |
Protected Attributes inherited from found::FunctionStage< Image, Points > | |
| Image | resource |
| The stored input for this. | |
| Points * | product |
| The pointer to the stored output for this. | |
The EdgeDetection Algorithm class houses the Edge Detection Algorithm.
This algorithm uses a picture of Earth and finds all points on the horizon within the picture.