Interface: Cluster
Defined in: src/roi/ConnectedComponents.ts:21
Interface representing a cluster's properties.
Properties
provisionalLabel
ts
provisionalLabel: number;Defined in: src/roi/ConnectedComponents.ts:22
finalLabel
ts
finalLabel: number;Defined in: src/roi/ConnectedComponents.ts:23
size
ts
size: number;Defined in: src/roi/ConnectedComponents.ts:24
sumX
ts
sumX: number;Defined in: src/roi/ConnectedComponents.ts:25
sumY
ts
sumY: number;Defined in: src/roi/ConnectedComponents.ts:26
sumZ
ts
sumZ: number;Defined in: src/roi/ConnectedComponents.ts:27
maxValue
ts
maxValue: number;Defined in: src/roi/ConnectedComponents.ts:28