FilterBoxMax Method (Image, Size2D, Point2D)

CVB.Net Documentation
This function sets each pixel in the output image to the maximum value all the input image pixels in the rectangular neighborhood defined by the maskSize and the maskOffset parameters.

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

public static Image BoxMax(
	Image img,
	Size2D maskSize,
	Point2D maskOffset
)

Parameters

img
Type: Stemmer.CvbImage
Image to be filtered
maskSize
Type: Stemmer.CvbSize2D
Filter mask to be used
maskOffset
Type: Stemmer.CvbPoint2D
Mask center pixel location

Return Value

Type: Image
The filtered image
Exceptions

ExceptionCondition
ArgumentNullExceptionIf the input img is null
ObjectDisposedExceptionIf the input img has already been disposed
See Also

Reference