Namespace for collection of filter functions from the ShapeFinder2 package. More...
Functions | |
std::unique_ptr< Image > | Edge (const ImagePlane &plane) |
Apply the ShapeFinder2 Edge filter to the input image plane. More... | |
std::unique_ptr< Image > | Pyramid (const Image &image) |
Apply the ShapeFinder2 pyramid filter to the input image. More... | |
Namespace for collection of filter functions from the ShapeFinder2 package.
|
inline |
Apply the ShapeFinder2 Edge filter to the input image plane.
[in] | plane | The image plane to be filtered. |
Any | exception derived from std::exception including CvbException. |
|
inline |
Apply the ShapeFinder2 pyramid filter to the input image.
[in] | image | The image to be filtered. |
Any | exception derived from std::exception including CvbException. |