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

Invoke.SmoothImage_Mean_Mask

Smooths an image by averaging pixels within a small rectangular kernel.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SmoothImage_Mean_Mask
(
	Fil.Image inImage,
	Optional<Fil.Region> inRoi,
	Fil.MeanKernel inKernel,
	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.
inKernelFil.MeanKernelSelects a predefined kernel.
outImageFil.ImageOutput image.

See also