UNPKG

@thi.ng/pixel-analysis

Version:

Image color & feature analysis utilities

5 lines 304 B
import { type FloatBuffer } from "@thi.ng/pixel/float"; import type { IntBuffer } from "@thi.ng/pixel/int"; import type { FeatureAnalysisResult } from "./api.ts"; export declare const analyzeFeatures: (img: FloatBuffer | IntBuffer) => FeatureAnalysisResult; //# sourceMappingURL=analyze-features.d.ts.map