FilterColorMedian Method

CVB.Net Documentation
Apply a color-correct box median filter to an RGB image.

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

public static Image ColorMedian(
	Image img,
	FixedFilterSize maskType
)

Parameters

img
Type: Stemmer.CvbImage
Image to apply the filter to.
maskType
Type: Stemmer.Cvb.FoundationFixedFilterSize
Mask size to use.

Return Value

Type: Image
Filtered image.
Exceptions

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

The input image must have an RGB color model.
See Also

Reference