You are here: Start » AVL.NET » Invoke.InpaintImage_Telea
Fills in a region of an image with pixel values interpolated from the borders of the area; uses fast marching method.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void InpaintImage_Telea ( Avl.Image inImage, Avl.Region inRegionToInpaint, int inRange, Avl.Image outImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inImage | Avl.Image | Input image. | ||
![]()  | inRegionToInpaint | Avl.Region | |||
![]()  | 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. | 


