UNPKG

image-js

Version:

Image processing and manipulation in JavaScript

9 lines 347 B
import { Image } from '../../Image.js'; import type { Stack } from '../../Stack.js'; /** * Returns a new image with the median values of each pixel of the images of the stack. * @param stack - Stack to process. * @returns The median image. */ export declare function medianImage(stack: Stack): Image; //# sourceMappingURL=medianImage.d.ts.map