Skip to content

aruco_Dictionary_getBitsFromByteList

objdetectfunctionOpenCV 5.0.0
import { aruco_Dictionary_getBitsFromByteList } from '@banou/opencv-wasm'

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

ARGUMENTSbyteList, markerSize, rotationId
FUNCTIONaruco_Dictionary_getBitsFromByteList
RETURN TYPEMat
Call structure. A void return can still write to destination arguments. The parameter descriptions define inputs, outputs and ownership.

Transform list of bytes to matrix of bits

aruco_Dictionary_getBitsFromByteList(byteList: Mat, markerSize: number, rotationId: number): Mat;
2 available overloads
aruco_Dictionary_getBitsFromByteList(byteList: Mat, markerSize: number): Mat;
aruco_Dictionary_getBitsFromByteList(byteList: Mat, markerSize: number, rotationId: number): Mat;
byteList

byte list argument (Mat).

markerSize

marker size argument (number).

rotationId

rotation id argument (number).

Returns

The Mat result. Release returned native handles with using or delete(), including handles nested in results.

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.