Table of Contents

Method GetDistanceToId

Namespace
OpenCvSharp.Aruco
Assembly
OpenCvSharp.dll

GetDistanceToId(InputArray, int, bool)

Returns the distance of the input bits to the specific id. If allRotations is true, the four possible bits rotation are considered

public int GetDistanceToId(InputArray bits, int id, bool allRotations = true)

Parameters

bits InputArray
id int
allRotations bool

Returns

int