Back to FabImage Library website
You are here: Start » Function Reference » Image » Image Enhancement » InpaintImage_Deprecated

InpaintImage_Deprecated
Header: | FIL.h |
---|---|
Namespace: | fil |
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 fil::InpaintImage_Deprecated ( fil::Image& ioImage, float inLambda, const fil::Region& inRegionToInpaint )