Modifier and Type | Method and Description |
---|---|
RegionOfInterestCursor<T>[] |
MultiImageIterator.getSubcursors() |
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
ROIAlgorithm.patchOperation(int[] position,
RegionOfInterestCursor<T> cursor)
Performs this algorithm's operation on the patch represented by a
RegionOfInterestCursor |
Modifier and Type | Method and Description |
---|---|
void |
StatisticalOperation.StatisticsCollectionStrategy.collectStats(LinkedList<R> list,
RegionOfInterestCursor<R> cursor,
int[] pos) |
void |
StatisticalOperation.SimpleCollectionStrategy.collectStats(LinkedList<R> list,
RegionOfInterestCursor<R> cursor,
int[] pos) |
protected boolean |
StatisticalOperation.patchOperation(int[] position,
RegionOfInterestCursor<T> cursor) |
protected boolean |
DirectConvolution.patchOperation(int[] position,
RegionOfInterestCursor<T> roiCursor) |
Modifier and Type | Method and Description |
---|---|
RegionOfInterestCursor<T> |
LocalizableByDimCursor.createRegionOfInterestCursor(int[] offset,
int[] size) |
Modifier and Type | Method and Description |
---|---|
RegionOfInterestCursor<T> |
ArrayLocalizableByDimCursor.createRegionOfInterestCursor(int[] offset,
int[] size) |
Modifier and Type | Method and Description |
---|---|
RegionOfInterestCursor<T> |
CellLocalizableByDimCursor.createRegionOfInterestCursor(int[] offset,
int[] size) |
Modifier and Type | Method and Description |
---|---|
RegionOfInterestCursor<T> |
ConstantLocalizableByDimCursor.createRegionOfInterestCursor(int[] offset,
int[] size) |
Modifier and Type | Method and Description |
---|---|
RegionOfInterestCursor<T> |
DynamicLocalizableByDimCursor.createRegionOfInterestCursor(int[] offset,
int[] size) |
Modifier and Type | Method and Description |
---|---|
RegionOfInterestCursor<T> |
PlanarLocalizableByDimCursor.createRegionOfInterestCursor(int[] offset,
int[] size) |
Modifier and Type | Method and Description |
---|---|
RegionOfInterestCursor<T> |
ShapeListLocalizableByDimCursor.createRegionOfInterestCursor(int[] offset,
int[] size) |
Constructor and Description |
---|
LocalizableLabelingCursor(RegionOfInterestCursor<LabelingType<T>> c,
int[] offset,
T label) |
LocalizableLabelingPerimeterCursor(RegionOfInterestCursor<LabelingType<T>> c,
int[] offset,
LocalizableByDimCursor<LabelingType<T>> cc,
T label) |
Copyright © 2015–2021 Fiji. All rights reserved.