You are here: Start » AVL.NET » AVL.OpenImage(AvlNet.Image, AvlNet.ImageMorphologyKernel, int, AvlNet.Image, AvlNet.Region)

AVL.OpenImage(AvlNet.Image, AvlNet.ImageMorphologyKernel, int, AvlNet.Image, AvlNet.Region)

Removes small bright structures from an image (or fills in dark ones) by applying consecutive erosion and dilation.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void OpenImage(
	AvlNet.Image inImage,
	AvlNet.ImageMorphologyKernel inKernel,
	int inRadiusX,
	out AvlNet.Image outImage,
	out AvlNet.Region diagKernel
)

Parameters

inImage
Type: AvlNet.Image
Input image
inKernel
Type: AvlNet.ImageMorphologyKernel
Kernel shape
inRadiusX
Type: System.Int32
Nearly half of the kernel's width (2*R+1)
outImage
Type: AvlNet.Image
Output image
diagKernel
Type: AvlNet.Region
Kernel shape

See also