nifty.ground_truth¶
Functions¶
-
nifty.ground_truth.overlap(segmentation, groundTruth)¶ factory function for
nifty.ground_truth.Overlapcreate an instance of
nifty.ground_truth.Overlapwhich can be used to project ground truth to some segmentation / over-segmentationParameters: - segmentation (numpy.ndarray) – The segmentation / over-segmentation
- groundTruth (numpy.ndarray) – The ground truth as node labeling.
Returns: [description] [type]
-
nifty.ground_truth.seg2dToLiftedEdges()¶
-
nifty.ground_truth.seg3dToCremiZ5Edges()¶
-
nifty.ground_truth.segToEdges2D()¶
-
nifty.ground_truth.thinSegFilter(seg, sigma, radius=None)¶
Classes¶
-
class
nifty.ground_truth.Overlap¶ -
bleeding()¶
-
counts()¶
-
differentOverlaps()¶
-
overlapArrays()¶
-
overlapArraysNormalized()¶
-