FilterPyramid Method

CVB.Net Documentation
Apply the ShapeFinder2 pyramid filter to the input image.

Namespace:  Stemmer.Cvb.ShapeFinder2
Assembly:  Stemmer.Cvb.ShapeFinder (in Stemmer.Cvb.ShapeFinder.dll) Version: 14.0.0.0
Syntax

public static Image Pyramid(
	Image image
)

Parameters

image
Type: Stemmer.CvbImage
image to be filtered

Return Value

Type: Image
filtered image
Exceptions

ExceptionCondition
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
See Also

Reference