UNPKG

@thi.ng/pixel-dominant-colors

Version:

k-means based dominant color extraction from images/pixel buffers

5 lines 268 B
import type { Fn2 } from "@thi.ng/api"; import type { ReadonlyVec } from "@thi.ng/vectors"; /** @internal */ export declare const filterSamples: (pred: Fn2<ReadonlyVec, number, boolean>, img: Iterable<ReadonlyVec>) => ReadonlyVec[]; //# sourceMappingURL=utils.d.ts.map