You are here: Start » AVL.NET » AVL.DilateImage_AnyKernel(AvlNet.Image, AvlNet.Region, AvlNet.Image)
AVL.DilateImage_AnyKernel(AvlNet.Image, AvlNet.Region, AvlNet.Image)
Replaces each pixel with the maximum of pixels within an arbitrary kernel.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void DilateImage_AnyKernel( AvlNet.Image inImage, AvlNet.Region inKernel, out AvlNet.Image outImage )
Parameters
- inImage
- Type: AvlNet.Image
Input image - inKernel
- Type: AvlNet.Region
Kernel shape (any) - outImage
- Type: AvlNet.Image
Output image
