import type { Mask } from '../Mask.js'; import type { Feret } from './maskAnalysis.types.js'; /** * Computes the Feret diameters. * @see {@link https://www.sympatec.com/en/particle-measurement/glossary/particle-shape/#} * @see {@link http://portal.s2nano.org:8282/files/TEM_protocol_NANoREG.pdf} * @param mask - The mask of the ROI. * @returns The Feret diameters. */ export declare function getFeret(mask: Mask): Feret; //# sourceMappingURL=getFeret.d.ts.map