Package | Description |
---|---|
mpicbg.imglib.container.cell | |
mpicbg.imglib.cursor.array | |
mpicbg.imglib.labeling | |
mpicbg.imglib.type.label |
Modifier and Type | Method and Description |
---|---|
int |
CellContainer.getCellIndex(ArrayLocalizableByDimCursor<FakeType> cursor,
int[] cellPos) |
int |
CellContainer.getCellIndex(ArrayLocalizableByDimCursor<FakeType> cursor,
int cellPos,
int dim) |
int |
CellContainer.getCellIndexFromImageCoordinates(ArrayLocalizableByDimCursor<FakeType> cursor,
int[] position) |
Modifier and Type | Method and Description |
---|---|
static ArrayLocalizableByDimCursor<FakeType> |
ArrayLocalizableByDimCursor.createLinearByDimCursor(int[] dim) |
static ArrayLocalizableCursor<FakeType> |
ArrayLocalizableCursor.createLinearCursor(int[] dim) |
Modifier and Type | Field and Description |
---|---|
protected FakeType |
LocalizableLabelingCursor.fakeType |
Modifier and Type | Method and Description |
---|---|
FakeType |
LocalizableLabelingCursor.getType() |
FakeType |
LocalizableLabelingCursor.next() |
Modifier and Type | Method and Description |
---|---|
LocalizableCursor<FakeType> |
LabelingCursorStrategy.createLocalizableLabelCursor(T label)
A localizable cursor that iterates over every pixel with the given
label.
|
LocalizableCursor<FakeType> |
Labeling.createLocalizableLabelCursor(T label)
Create a localizable cursor that can be used to find the pixels
associated with a particular label.
|
LocalizableCursor<FakeType> |
DefaultLabelingCursorStrategy.createLocalizableLabelCursor(T label) |
LocalizableCursor<FakeType> |
LabelingCursorStrategy.createLocalizablePerimeterCursor(T label)
A localizable cursor that iterates over every pixel in the perimeter
of the labeled object.
|
LocalizableCursor<FakeType> |
Labeling.createLocalizablePerimeterCursor(T label)
Create a localizable cursor that can be used to find the pixels
in the perimeter of a label.
|
LocalizableCursor<FakeType> |
DefaultLabelingCursorStrategy.createLocalizablePerimeterCursor(T label) |
Image<FakeType> |
LocalizableLabelingCursor.getImage() |
Container<FakeType> |
LocalizableLabelingCursor.getStorageContainer() |
Iterator<FakeType> |
LocalizableLabelingCursor.iterator() |
Modifier and Type | Method and Description |
---|---|
FakeType |
FakeType.copy() |
FakeType[] |
FakeType.createArray1D(int size1) |
FakeType[][] |
FakeType.createArray2D(int size1,
int size2) |
FakeType[][][] |
FakeType.createArray3D(int size1,
int size2,
int size3) |
FakeType |
FakeType.createVariable() |
FakeType |
FakeType.duplicateTypeOnSameDirectAccessContainer() |
Modifier and Type | Method and Description |
---|---|
DirectAccessContainer<FakeType,?> |
FakeType.createSuitableDirectAccessContainer(DirectAccessContainerFactory storageFactory,
int[] dim) |
Display<FakeType> |
FakeType.getDefaultDisplay(Image<FakeType> image) |
Modifier and Type | Method and Description |
---|---|
void |
FakeType.set(FakeType c) |
Modifier and Type | Method and Description |
---|---|
Display<FakeType> |
FakeType.getDefaultDisplay(Image<FakeType> image) |
Copyright © 2015–2021 Fiji. All rights reserved.