My Project
|
#include <edge.hpp>
Public Member Functions | |
LoCEdgeDetectionAlgorithm () | |
virtual | ~LoCEdgeDetectionAlgorithm () |
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 LoGEdgeDetection 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 a Laplacian of Gaussian (LoC) filter to the image.
found::LoCEdgeDetectionAlgorithm::LoCEdgeDetectionAlgorithm | ( | ) |
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 >.