Skip to content

reg_MapTypeCaster_toProjec

regfunctionOpenCV 5.0.0
import { reg_MapTypeCaster_toProjec } from '@banou/opencv-wasm'

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

ARGUMENTSsourceMap
FUNCTIONreg_MapTypeCaster_toProjec
RETURN TYPEreg_MapProjec | null
Call structure. A void return can still write to destination arguments. The parameter descriptions define inputs, outputs and ownership.

Cast a native registration map to the Projec map interface. The input must contain that map implementation; dispose the returned handle.

reg_MapTypeCaster_toProjec(sourceMap: reg_Map | null): reg_MapProjec | null;
sourceMap

source map argument (reg_Map | null).

Returns

The reg_MapProjec | 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.