xphoto_InpaintTypes
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
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.