FOUND
Loading...
Searching...
No Matches
found::EdgeDetectionAlgorithm Class Reference

The EdgeDetection Algorithm class houses the Edge Detection Algorithm. More...

#include <edge.hpp>

Inheritance diagram for found::EdgeDetectionAlgorithm:
Collaboration diagram for found::EdgeDetectionAlgorithm:

Additional Inherited Members

- Public Member Functions inherited from found::Stage< Image, Points >
 Stage ()=default
 Constructs a new Stage.
 
virtual ~Stage ()=default
 Destroys this.
 
virtual Points Run (const Image &input)=0
 Runs this stage.
 
void DoAction () override
 Executes Run (with a stored input and storing the output)
 
ImageGetResource ()
 Returns the stored input of this.
 
Points *& GetProduct ()
 Returns the stored output of this.
 
- Protected Attributes inherited from found::Stage< Image, Points >
Image resource
 The stored input for this.
 
Pointsproduct
 The pointer to the stored output for this.
 

Detailed Description

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.


The documentation for this class was generated from the following file: