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