You are here: Start » AVL.NET » AVL.SmoothImage_Median_Mask Method

AVL.SmoothImage_Median_Mask Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SmoothImage_Median_Mask(
	AvlNet.Image inImage,
	AvlNet.Region inRoi,
	out AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inRoiAvlNet.RegionRange of outImage pixels to be computed. Default value: atl::NIL, or null.
outImageAvlNet.ImageOutput image.

Examples

SmoothImage_Median_Mask performed on a sample image.

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.

Hardware acceleration settings may be manipulated with Settings class.

See also