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
Input value inImage Image Input image
Input value inRegionToExpaint Region Part of the image to be expainted
Input value inExpaintingRadius int 1 - + How far to expaint from the region
Input value inRange int 1 - + Defines how far a pixel can be from one currently being inpainted to be considered in calculations
Output value outImage Image Output image