My Project
|
#include <edge.hpp>
Public Member Functions | |
SimpleEdgeDetectionAlgorithm () | |
virtual | ~SimpleEdgeDetectionAlgorithm () |
Points | Run (const Image &image) override |
![]() | |
Stage ()=default | |
virtual | ~Stage ()=default |
void | DoAction () override |
Image & | GetResource () |
Points *& | GetProduct () |
Additional Inherited Members | |
![]() | |
Image | resource |
The stored input for this. | |
Points * | product |
The pointer to the stored output for this. | |
The SimpleEdgeDetection Algorithm class houses the Edge Detection Algorithm. This algorithm uses a picture of Earth and finds all points on the horizon within the picture by employing thresholding to filter out edge components
found::SimpleEdgeDetectionAlgorithm::SimpleEdgeDetectionAlgorithm | ( | ) |
Place documentation here. Press enter to automatically make a new line
|
virtual |
Place documentation here. Press enter to automatically make a new line
Place documentation here. Press enter to automatically make a new line
Implements found::Stage< Image, Points >.