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

#include <edge.hpp>

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

Public Member Functions

 SimpleEdgeDetectionAlgorithm ()
 
virtual ~SimpleEdgeDetectionAlgorithm ()
 
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 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

Constructor & Destructor Documentation

◆ SimpleEdgeDetectionAlgorithm()

found::SimpleEdgeDetectionAlgorithm::SimpleEdgeDetectionAlgorithm ( )

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

◆ ~SimpleEdgeDetectionAlgorithm()

virtual found::SimpleEdgeDetectionAlgorithm::~SimpleEdgeDetectionAlgorithm ( )
virtual

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

Member Function Documentation

◆ Run()

Points found::SimpleEdgeDetectionAlgorithm::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: