import type { Image } from '../Image.js'; import type { DilateOptions } from '../morphology/index.js'; /** * Creates a mask with ROI shapes with CannyEdge filter. Then these shapes * get "filled" through internalIds. * @param image - Image to get the mask with. * @param options - GetMaskFromCannyEdge options. * @returns Mask */ export declare function getMaskFromCannyEdge(image: Image, options?: DilateOptions): import("../Mask.ts").Mask; //# sourceMappingURL=getMaskFromCannyEdge.d.ts.map