You are here: Start » AVL.NET » Function Reference » Image » Image Local Transforms » AVL.SmoothImage_Deriche
Smooths an image using Deriche filter.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void SmoothImage_Deriche ( AvlNet.Image inImage, float inAlphaX, AvlNet.Image outImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inImage | AvlNet.Image | Input image. | ||
![]() | inAlphaX | float | <0.001f, INF> | 0.5f | Horizontal coefficient. Default value: 0.5f. |
![]() | outImage | AvlNet.Image | Output image. |
Examples
![]() |
![]() |
SmoothImage_Deriche performed on a sample image with inAlphaX = 0.5.
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.
Hardware acceleration settings may be manipulated with Settings class.
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Region exceeds an input image in SmoothImage_Deriche. |




