Skip to content

structured_light_GrayCodePattern_create

structured_lightfunctionOpenCV 5.0.0
import { structured_light_GrayCodePattern_create } from '@banou/opencv-wasm'

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

ARGUMENTSwidth, height
FUNCTIONstructured_light_GrayCodePattern_create
RETURN TYPEstructured_light_GrayCodePattern | null
Call structure. A void return can still write to destination arguments. The parameter descriptions define inputs, outputs and ownership.

structured_light_GrayCodePattern_create: Constructor

structured_light_GrayCodePattern_create(width: number, height: number): structured_light_GrayCodePattern | null;
width

width argument (number).

height

height argument (number).

Returns

The structured_light_GrayCodePattern | null result.

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.