CVB++ 14.0
Cvb::ShapeFinder2::Filter Namespace Reference

Namespace for collection of filter functions from the ShapeFinder2 package. More...

Functions

std::unique_ptr< ImageEdge (const ImagePlane &plane)
 Apply the ShapeFinder2 Edge filter to the input image plane. More...
 
std::unique_ptr< ImagePyramid (const Image &image)
 Apply the ShapeFinder2 pyramid filter to the input image. More...
 

Detailed Description

Namespace for collection of filter functions from the ShapeFinder2 package.

Function Documentation

◆ Edge()

std::unique_ptr< Image > Edge ( const ImagePlane plane)
inline

Apply the ShapeFinder2 Edge filter to the input image plane.

Parameters
[in]planeThe image plane to be filtered.
Returns
The filtered image.
Exceptions
Anyexception derived from std::exception including CvbException.

◆ Pyramid()

std::unique_ptr< Image > Pyramid ( const Image image)
inline

Apply the ShapeFinder2 pyramid filter to the input image.

Parameters
[in]imageThe image to be filtered.
Returns
The filtered image.
Exceptions
Anyexception derived from std::exception including CvbException.