You are here: Start » AVL.NET » Invoke.ExpaintImage_Telea
Speculatively sets pixel values outside of a region using the fast marching method.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void ExpaintImage_Telea ( Avl.Image inImage, Avl.Region inRegionToExpaint, int inExpaintingRadius, int inRange, Avl.Image outImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inImage | Avl.Image | Input image. | ||
![]()  | inRegionToExpaint | Avl.Region | Part of the image to be expainted. | ||
![]()  | inExpaintingRadius | int | <1, +INF> | 8 | How far to expaint from the region. Default value: 8. | 
![]()  | inRange | int | <1, +INF> | 6 | Defines how far a pixel can be from one currently being inpainted to be considered in calculations. Default value: 6. | 
![]()  | outImage | Avl.Image | Output image. | 


