Filter functions exported and used by the ShapeFinder library.
More...
Filter functions exported and used by the ShapeFinder library.
◆ Edge()
Apply the ShapeFinder2 Edge filter to the input image plane.
- Parameters
-
plane | image plane to be filtered |
- Returns
- filtered image
- Exceptions
-
ArgumentNullException | If the Parent of plane is null |
ObjectDisposedException | If the Parent of
plane has already been disposed |
CvbException | If the image plane's data type is not 8 bits per pixel unsigned or if an unspecific error occurred |
◆ Pyramid()
Apply the ShapeFinder2 pyramid filter to the input image.
- Parameters
-
image | image to be filtered |
- Returns
- filtered image
- Exceptions
-
ArgumentNullException | If the image is null |
ObjectDisposedException | If the image has already been disposed |
CvbException | If the image plane's data type is not 8 bits per pixel unsigned or if an unspecific error occurred |