You are here: Start » FIL.NET » Invoke.SmoothImage_Median_Mask

Invoke.SmoothImage_Median_Mask

Replaces each pixel with the median of pixels within a 3x3 rectangular kernel (faster).

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SmoothImage_Median_Mask
(
	Fil.Image inImage,
	Optional<Fil.Region> inRoi,
	Fil.Image outImage
)

Parameters

Name Type Range Default Description
inImageFil.ImageInput image.
inRoiFtl.Optional<Fil.Region>Range of outImage pixels to be computed. Default value: ftl::NIL.
outImageFil.ImageOutput image.

See also