image-js
Version:
Image processing and manipulation in JavaScript
8 lines • 325 B
TypeScript
import type { Match } from '../matching/bruteForceMatch.js';
/**
* Source array of matches by ascending distance.
* @param matches - Array of matches to sort.
* @returns Sorted copy of the array of matches.
*/
export declare function sortByDistance(matches: Match[]): Match[];
//# sourceMappingURL=sortByDistance.d.ts.map