getDistanceToId method

int getDistanceToId(
  1. InputArray bits,
  2. int id, {
  3. bool allRotations = true,
})

Implementation

int getDistanceToId(InputArray bits, int id, {bool allRotations = true}) =>
    ccontrib.cv_aruco_Dictionary_getDistanceToId(ref, bits.ref, id, allRotations);