Table of Contents

Method GetBitsFromByteList

Namespace
OpenCvSharp.Aruco
Assembly
OpenCvSharp.dll

GetBitsFromByteList(Mat, int, int)

Transform list of bytes to matrix of bits

public static Mat GetBitsFromByteList(Mat byteList, int markerSize, int rotationId = 0)

Parameters

byteList Mat
markerSize int
rotationId int

Returns

Mat