optflow_GPCDescType
import { optflow_GPCDescType } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSConstructor or factory
CLASSoptflow_GPCDescType
RETURN TYPEOwned native handle
Native object: release it with using or delete(). Factories can return null; check before calling methods.
Descriptor types for the Global Patch Collider.
Constructors and members
static GPC_DESCRIPTOR_DCT
Better quality but slow
GPC_DESCRIPTOR_DCT: optflow_GPCDescTypeValue<0>,static GPC_DESCRIPTOR_WHT
Worse quality but much faster
GPC_DESCRIPTOR_WHT: optflow_GPCDescTypeValue<1>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.