UNPKG

image-js

Version:

Image processing and manipulation in JavaScript

7 lines 246 B
/** * Return a threshold for a histogram using Triangle algorithm. * @param histogram - The image histogram. * @returns The threshold. */ export declare function triangle(histogram: Uint32Array): number; //# sourceMappingURL=triangle.d.ts.map