CVB.Net 14.0
Filter Class Reference

Filter functions exported and used by the ShapeFinder library. More...

Static Public Member Functions

static Image Edge (ImagePlane plane)
 Apply the ShapeFinder2 Edge filter to the input image plane. More...
 
static Image Pyramid (Image image)
 Apply the ShapeFinder2 pyramid filter to the input image. More...
 

Detailed Description

Filter functions exported and used by the ShapeFinder library.

Member Function Documentation

◆ Edge()

static Image Edge ( ImagePlane  plane)
static

Apply the ShapeFinder2 Edge filter to the input image plane.

Parameters
planeimage plane to be filtered
Returns
filtered image
Exceptions
ArgumentNullExceptionIf the Parent of plane is null
ObjectDisposedExceptionIf the Parent of
plane has already been disposed
CvbExceptionIf the image plane's data type is not 8 bits per pixel unsigned or if an unspecific error occurred

◆ Pyramid()

static Image Pyramid ( Image  image)
static

Apply the ShapeFinder2 pyramid filter to the input image.

Parameters
imageimage to be filtered
Returns
filtered image
Exceptions
ArgumentNullExceptionIf the image is null
ObjectDisposedExceptionIf the image has already been disposed
CvbExceptionIf the image plane's data type is not 8 bits per pixel unsigned or if an unspecific error occurred