Skip to content

xphoto_InpaintTypes

xphotoclassOpenCV 5.0.0
import { xphoto_InpaintTypes } from '@banou/opencv-wasm'

Use after await initOpenCV(). See the initialization and named imports guide.

ARGUMENTSConstructor or factory
CLASSxphoto_InpaintTypes
RETURN TYPEOwned native handle
Call structure. A void return can still write to destination arguments. The parameter descriptions define inputs, outputs and ownership.

Native object: release it with using or delete(). Factories can return null; check before calling methods.

Various inpainting algorithms See: inpaint

Constructors and members

static INPAINT_SHIFTMAP

This algorithm searches for dominant correspondences (transformations) of image patches and tries to seamlessly fill-in the area to be inpainted using this transformations

INPAINT_SHIFTMAP: xphoto_InpaintTypesValue<0>,

static INPAINT_FSR_BEST

See #INPAINT_FSR_BEST

INPAINT_FSR_BEST: xphoto_InpaintTypesValue<1>,

static INPAINT_FSR_FAST

See #INPAINT_FSR_BEST

INPAINT_FSR_FAST: xphoto_InpaintTypesValue<2>

These signatures describe this package. Upstream documentation can mention optional backends that are absent from this build. Check runtime compatibility before choosing a backend or file format.