You are here: Start » AVL.NET » Function Reference » Image » Image Local Transforms » AVL.SmoothRegion_Mean

AVL.SmoothRegion_Mean

Smooths an region by averaging pixels within a rectangular kernel.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void SmoothRegion_Mean
(
	AvlNet.Region inRegion,
	int inRadiusX,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
inRadiusXint<0, INF>1Nearly half of the kernel's width (2*R+1). Default value: 1.
outImageAvlNet.ImageOutput image.

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.

Hardware acceleration settings may be manipulated with Settings class.

Function Overrides

See also