My Project
Loading...
Searching...
No Matches
Public Member Functions | List of all members
found::LoCEdgeDetectionAlgorithm Class Reference

#include <edge.hpp>

Inheritance diagram for found::LoCEdgeDetectionAlgorithm:
Inheritance graph
[legend]
Collaboration diagram for found::LoCEdgeDetectionAlgorithm:
Collaboration graph
[legend]

Public Member Functions

 LoCEdgeDetectionAlgorithm ()
 
virtual ~LoCEdgeDetectionAlgorithm ()
 
Points Run (const Image &image) override
 
- Public Member Functions inherited from found::Stage< Image, Points >
 Stage ()=default
 
virtual ~Stage ()=default
 
void DoAction () override
 
ImageGetResource ()
 
Points *& GetProduct ()
 

Additional Inherited Members

- Protected Attributes inherited from found::Stage< Image, Points >
Image resource
 The stored input for this.
 
Pointsproduct
 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)
overridevirtual

Place documentation here. Press enter to automatically make a new line

Implements found::Stage< Image, Points >.


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