ImageJS
    Preparing search index...

    Interface BruteForceMatchOptions

    interface BruteForceMatchOptions {
        nbBestMatches?: number;
        sort?: boolean;
    }
    Index

    Properties

    nbBestMatches?: number

    Number of best matches to return.

    source.length

    sort?: boolean

    Whether to sort the matches from best to worst.

    false