UNPKG

image-js

Version:

Image processing and manipulation in JavaScript

6 lines 228 B
/** * Checks the that the dimensions of the kernel are odd. * @param kernel - Kernel passed to a morphology function. */ export declare function checkKernel(kernel: number[][]): void; //# sourceMappingURL=checkKernel.d.ts.map