UNPKG

image-js

Version:

Image processing and manipulation in JavaScript

7 lines 233 B
/** * Return a threshold for a histogram using Huang algorithm. * @param histogram - Image histogram. * @returns The threshold. */ export default function huang(histogram: Uint32Array): number; //# sourceMappingURL=huang.d.ts.map