ExpaintImage_Telea
Speculatively sets pixel values outside of a region using the fast marching method.
Syntax
C++
C#
Python
def ExpaintImage_Telea( inImage: Image, inRegionToExpaint: Region, inExpaintingRadius: int, inRange: int, outImage: Image, / ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inImage | Image | Input image | ||
![]() |
inRegionToExpaint | Region | Part of the image to be expainted | ||
![]() |
inExpaintingRadius | int | 1 - +![]() |
How far to expaint from the region | |
![]() |
inRange | int | 1 - +![]() |
Defines how far a pixel can be from one currently being inpainted to be considered in calculations | |
![]() |
outImage | Image | Output image |



