Function bruteForceOneMatch

  • Find the best match for each of the source descriptors using brute force matching.

    Parameters

    • source: Uint8Array[]

      Source descriptors.

    • destination: Uint8Array[]

      Destination descriptors.

    • options: BruteForceMatchOptions = {}

      Brute force amtch options.

    Returns Match[]

    The best match for each source descriptor.