FOUND
|
The EdgeDetection Algorithm class houses the Edge Detection Algorithm. More...
#include <edge.hpp>
Additional Inherited Members | |
![]() | |
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) | |
Image & | GetResource () |
Returns the stored input of this. | |
Points *& | GetProduct () |
Returns the stored output of this. | |
![]() | |
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.