FOUND
|
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. | |