FilterBoxMean Method

CVB.Net Documentation
Overload List

  NameDescription
Public methodStatic memberBoxMean(Image, Size2D)
This function sets each pixel in the output image to the average of all the input image pixels in the rectangular neighborhood defined by the maskSize parameter.
Public methodStatic memberBoxMean(Image, Size2D, Point2D)
This function sets each pixel in the output image to the average of all the input image pixels in the rectangular neighborhood defined by the maskSize and the maskOffset parameters. This has the effect of smoothing or blurring the input image.
Top
See Also

Reference