Back to Aurora Vision Library website

You are here: Start » Function Reference » Image » Image Enhancement » InpaintImage_Deprecated

InpaintImage_Deprecated


Header: AVL.h
Namespace: avl
Module: FoundationPro

Fills in a region of the image with pixel values interpolated from the borders of the area.

Applications: Speculative setting of unknown (or unwanted) pixels. Usually used for preparing incomplete images for further processing.

Syntax

void avl::InpaintImage_Deprecated
(
	avl::Image& ioImage,
	float inLambda,
	const avl::Region& inRegionToInpaint
)

Parameters

Name Type Range Default Description
Input will be modified ioImage Image&
Input value inLambda float 0.0 - 1.0 0.5f Ratio between vertical and horizontal interpolation
Input value inRegionToInpaint const Region& Region to be inpainted