You are here: Start » AVL.NET » Invoke.SmoothImage_Deriche
Smooths an image using Deriche filter.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void SmoothImage_Deriche ( Avl.Image inImage, Optional<Avl.Region> inRoi, float inAlphaX, Optional<float> inAlphaY, Avl.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Avl.Image | Input image. | ||
![]() | inRoi | Atl.Optional<Avl.Region> | Range of output pixels to be computed. Default value: atl::NIL. | ||
![]() | inAlphaX | float | <0.001f, INF> | 0.5f | Horizontal coefficient. Default value: 0.5f. |
![]() | inAlphaY | Atl.Optional<float> | <0.001f, INF> | Vertical coefficient. Default value: atl::NIL. | |
![]() | outImage | Avl.Image | Output image. |