react-native-mask-segment-c.../dist/utils/wallTextureSplit.d.ts

9 lines
544 B
TypeScript
Raw Normal View History

import type { SegmentMaskResult } from './maskSegmentation';
/** 非墙像素在 wallSubLabels 中的占位值 */
export declare const WALL_SUB_LABEL_NONE = 255;
/**
* wall wall-1wall-2
*/
export declare function splitWallRegionsByTexture(result: SegmentMaskResult, originBgr: Uint8Array, cols: number, rows: number, minArea: number): SegmentMaskResult;
export declare function isWallSubRegionName(name: string): boolean;
//# sourceMappingURL=wallTextureSplit.d.ts.map