Skip to content

Type Alias: AtlasConfidence

ts
type AtlasConfidence = "exact" | "high" | "approximate" | "uncertain";

Defined in: src/parcellation.ts:2

Released under the MIT License.