FOUND
Loading...
Searching...
No Matches
edge.hpp File Reference
#include <memory>
#include <functional>
#include "common/style.hpp"
#include "common/pipeline.hpp"
Include dependency graph for edge.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  found::EdgeDetectionAlgorithm
 The EdgeDetection Algorithm class houses the Edge Detection Algorithm. More...
 
class  found::SimpleEdgeDetectionAlgorithm
 The SimpleEdgeDetection Algorithm class houses the Edge Detection Algorithm. More...
 
class  found::LoCEdgeDetectionAlgorithm
 The LoGEdgeDetection Algorithm class houses the Edge Detection Algorithm. More...
 

Namespaces

namespace  found
 

Functions

Components found::ConnectedComponentsAlgorithm (const Image &image, std::function< bool(uint64_t, const Image &)> Criteria)
 Computes the groups of components within the image.