Labeling(Container<LabelingType<T>> container,
LabelingType<T> type) |
Labeling(Container<LabelingType<T>> container,
LabelingType<T> type,
String name)
Create a named labeling from a container and a type
|
Labeling(ImageFactory<LabelingType<T>> imageFactory,
int[] dim,
String name)
Create a named labeling from an image factory
|
LabelingType(DirectAccessContainer<LabelingType<T>,? extends IntAccess> storage)
A labeling that supports 2^31 different kinds of label assignments
|
LabelingType(DirectAccessContainer<LabelingType<T>,? extends IntAccess> storage,
mpicbg.imglib.labeling.LabelingMapping<T,Integer> mapping,
IntAccess access,
long[] generation) |
LocalizableLabelingCursor(LocalizableCursor<LabelingType<T>> c,
T label) |
LocalizableLabelingCursor(RegionOfInterestCursor<LabelingType<T>> c,
int[] offset,
T label) |
LocalizableLabelingPerimeterCursor(LocalizableCursor<LabelingType<T>> c,
LocalizableByDimCursor<LabelingType<T>> cc,
T label) |
LocalizableLabelingPerimeterCursor(LocalizableCursor<LabelingType<T>> c,
LocalizableByDimCursor<LabelingType<T>> cc,
T label) |
LocalizableLabelingPerimeterCursor(RegionOfInterestCursor<LabelingType<T>> c,
int[] offset,
LocalizableByDimCursor<LabelingType<T>> cc,
T label) |
LocalizableLabelingPerimeterCursor(RegionOfInterestCursor<LabelingType<T>> c,
int[] offset,
LocalizableByDimCursor<LabelingType<T>> cc,
T label) |