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

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

#include <edge.hpp>

Inheritance diagram for found::LoCEdgeDetectionAlgorithm:
Collaboration diagram for found::LoCEdgeDetectionAlgorithm:

Public Member Functions

 LoCEdgeDetectionAlgorithm ()
 Place documentation here.
 
virtual ~LoCEdgeDetectionAlgorithm ()
 Place documentation here.
 
Points Run (const Image &image) override
 Place documentation here.
 
- Public Member Functions inherited from found::FunctionStage< Image, Points >
 FunctionStage ()=default
 Constructs a new Stage.
 
virtual ~FunctionStage ()=default
 Destroys this.
 
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.
 
- Public Member Functions inherited from found::Stage< Input, Output >
virtual Output Run (Input input)=0
 Runs this stage.
 

Additional Inherited Members

- Protected Attributes inherited from found::FunctionStage< Image, Points >
Image resource
 The stored input for this.
 
Points * product
 The pointer to the stored output for this.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ LoCEdgeDetectionAlgorithm()

found::LoCEdgeDetectionAlgorithm::LoCEdgeDetectionAlgorithm ( )

Place documentation here.

Press enter to automatically make a new line

◆ ~LoCEdgeDetectionAlgorithm()

virtual found::LoCEdgeDetectionAlgorithm::~LoCEdgeDetectionAlgorithm ( )
virtual

Place documentation here.

Press enter to automatically make a new line

Member Function Documentation

◆ Run()

Points found::LoCEdgeDetectionAlgorithm::Run ( const Image image)
override

Place documentation here.

Press enter to automatically make a new line

Parameters
imageThe image to process
Returns
The edge points in the image most closely resembling that of earth

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