Package | Description |
---|---|
net.imglib2.algorithm.bspline | |
net.imglib2.algorithm.localextrema | |
net.imglib2.algorithm.morphology | |
net.imglib2.algorithm.neighborhood |
Constructor and Description |
---|
BSplineCoefficientsInterpolatorFunction(int order,
RandomAccess<Neighborhood<T>> target,
RealLocalizable position,
T type) |
BSplineCoefficientsInterpolatorFunction(int order,
RandomAccess<Neighborhood<T>> target,
RealLocalizable position,
T type,
boolean optimized) |
Modifier and Type | Method and Description |
---|---|
<C extends Localizable & Sampler<T>> |
LocalExtrema.LocalNeighborhoodCheck.check(C center,
Neighborhood<T> neighborhood)
Determine whether a pixel is a local extremum.
|
<C extends Localizable & Sampler<T>> |
LocalExtrema.MaximumCheck.check(C center,
Neighborhood<T> neighborhood) |
<C extends Localizable & Sampler<T>> |
LocalExtrema.MinimumCheck.check(C center,
Neighborhood<T> neighborhood) |
Modifier and Type | Method and Description |
---|---|
static Neighborhood<BitType> |
MorphologyUtils.getNeighborhood(Shape shape,
EuclideanSpace space) |
Modifier and Type | Class and Description |
---|---|
class |
DiamondNeighborhood<T> |
class |
DiamondNeighborhoodUnsafe<T> |
class |
DiamondTipsNeighborhood<T>
A
Neighborhood that iterates through the tips of a
multi-dimensional diamond. |
class |
DiamondTipsNeighborhoodUnsafe<T> |
class |
HorizontalLineNeighborhood<T> |
class |
HorizontalLineNeighborhoodUnsafe<T> |
class |
HyperSphereNeighborhood<T>
TODO
|
class |
HyperSphereNeighborhoodUnsafe<T> |
class |
PairOfPointsNeighborhood<T> |
class |
PairOfPointsNeighborhoodUnsafe<T> |
class |
PeriodicLineNeighborhood<T>
A neighborhood that iterates over what is termed "Periodic lines", and best
explained in Ronald Jones and Pierre Soilles publication:
|
class |
PeriodicLineNeighborhoodUnsafe<T> |
class |
RectangleNeighborhood<T> |
class |
RectangleNeighborhoodSkipCenter<T> |
class |
RectangleNeighborhoodSkipCenterUnsafe<T> |
class |
RectangleNeighborhoodUnsafe<T> |
Modifier and Type | Field and Description |
---|---|
protected Neighborhood<T> |
RectangleNeighborhoodLocalizableSampler.currentNeighborhood |
protected Neighborhood<T> |
PeriodicLineNeighborhoodLocalizableSampler.currentNeighborhood |
protected Neighborhood<T> |
PairOfPointsNeighborhoodLocalizableSampler.currentNeighborhood |
protected Neighborhood<T> |
HypersphereNeighborhoodLocalizableSampler.currentNeighborhood |
protected Neighborhood<T> |
HorizontalLineNeighborhoodLocalizableSampler.currentNeighborhood |
protected Neighborhood<T> |
DiamondTipsNeighborhoodLocalizableSampler.currentNeighborhood |
protected Neighborhood<T> |
DiamondNeighborhoodLocalizableSampler.currentNeighborhood |
Modifier and Type | Method and Description |
---|---|
Neighborhood<T> |
RectangleNeighborhoodFactory.create(long[] position,
long[] currentMin,
long[] currentMax,
Interval span,
RandomAccess<T> sourceRandomAccess) |
Neighborhood<T> |
PairOfPointsNeighborhoodFactory.create(long[] position,
long[] offset,
RandomAccess<T> sourceRandomAccess) |
Neighborhood<T> |
PeriodicLineNeighborhoodFactory.create(long[] position,
long span,
int[] increments,
RandomAccess<T> sourceRandomAccess) |
Neighborhood<T> |
HorizontalLineNeighborhoodFactory.create(long[] position,
long span,
int dim,
boolean skipCenter,
RandomAccess<T> sourceRandomAccess) |
Neighborhood<T> |
HyperSphereNeighborhoodFactory.create(long[] position,
long radius,
RandomAccess<T> sourceRandomAccess) |
Neighborhood<T> |
DiamondTipsNeighborhoodFactory.create(long[] position,
long radius,
RandomAccess<T> sourceRandomAccess) |
Neighborhood<T> |
DiamondNeighborhoodFactory.create(long[] position,
long radius,
RandomAccess<T> sourceRandomAccess) |
Neighborhood<T> |
RectangleShape.NeighborhoodsIterableInterval.firstElement() |
Neighborhood<T> |
PeriodicLineShape.NeighborhoodsIterableInterval.firstElement() |
Neighborhood<T> |
PairOfPointsShape.NeighborhoodsIterableInterval.firstElement() |
Neighborhood<T> |
HyperSphereShape.NeighborhoodsIterableInterval.firstElement() |
Neighborhood<T> |
HorizontalLineShape.NeighborhoodsIterableInterval.firstElement() |
Neighborhood<T> |
DiamondTipsShape.NeighborhoodsIterableInterval.firstElement() |
Neighborhood<T> |
DiamondShape.NeighborhoodsIterableInterval.firstElement() |
Neighborhood<T> |
RectangleNeighborhoodLocalizableSampler.get() |
Neighborhood<T> |
PeriodicLineNeighborhoodLocalizableSampler.get() |
Neighborhood<T> |
PairOfPointsNeighborhoodLocalizableSampler.get() |
Neighborhood<T> |
HypersphereNeighborhoodLocalizableSampler.get() |
Neighborhood<T> |
HorizontalLineNeighborhoodLocalizableSampler.get() |
Neighborhood<T> |
DiamondTipsNeighborhoodLocalizableSampler.get() |
Neighborhood<T> |
DiamondNeighborhoodLocalizableSampler.get() |
Neighborhood<T> |
RectangleNeighborhoodCursor.next() |
Neighborhood<T> |
PeriodicLineNeighborhoodCursor.next() |
Neighborhood<T> |
PairOfPointsNeighborhoodCursor.next() |
Neighborhood<T> |
HyperSphereNeighborhoodCursor.next() |
Neighborhood<T> |
HorizontalLineNeighborhoodCursor.next() |
Neighborhood<T> |
DiamondTipsNeighborhoodCursor.next() |
Neighborhood<T> |
DiamondNeighborhoodCursor.next() |
Modifier and Type | Method and Description |
---|---|
Cursor<Neighborhood<T>> |
RectangleShape.NeighborhoodsIterableInterval.cursor() |
Cursor<Neighborhood<T>> |
PeriodicLineShape.NeighborhoodsIterableInterval.cursor() |
Cursor<Neighborhood<T>> |
PairOfPointsShape.NeighborhoodsIterableInterval.cursor() |
Cursor<Neighborhood<T>> |
HyperSphereShape.NeighborhoodsIterableInterval.cursor() |
Cursor<Neighborhood<T>> |
HorizontalLineShape.NeighborhoodsIterableInterval.cursor() |
Cursor<Neighborhood<T>> |
DiamondTipsShape.NeighborhoodsIterableInterval.cursor() |
Cursor<Neighborhood<T>> |
DiamondShape.NeighborhoodsIterableInterval.cursor() |
Iterator<Neighborhood<T>> |
RectangleShape.NeighborhoodsIterableInterval.iterator() |
Iterator<Neighborhood<T>> |
PeriodicLineShape.NeighborhoodsIterableInterval.iterator() |
Iterator<Neighborhood<T>> |
PairOfPointsShape.NeighborhoodsIterableInterval.iterator() |
Iterator<Neighborhood<T>> |
HyperSphereShape.NeighborhoodsIterableInterval.iterator() |
Iterator<Neighborhood<T>> |
HorizontalLineShape.NeighborhoodsIterableInterval.iterator() |
Iterator<Neighborhood<T>> |
DiamondTipsShape.NeighborhoodsIterableInterval.iterator() |
Iterator<Neighborhood<T>> |
DiamondShape.NeighborhoodsIterableInterval.iterator() |
Cursor<Neighborhood<T>> |
RectangleShape.NeighborhoodsIterableInterval.localizingCursor() |
Cursor<Neighborhood<T>> |
PeriodicLineShape.NeighborhoodsIterableInterval.localizingCursor() |
Cursor<Neighborhood<T>> |
PairOfPointsShape.NeighborhoodsIterableInterval.localizingCursor() |
Cursor<Neighborhood<T>> |
HyperSphereShape.NeighborhoodsIterableInterval.localizingCursor() |
Cursor<Neighborhood<T>> |
HorizontalLineShape.NeighborhoodsIterableInterval.localizingCursor() |
Cursor<Neighborhood<T>> |
DiamondTipsShape.NeighborhoodsIterableInterval.localizingCursor() |
Cursor<Neighborhood<T>> |
DiamondShape.NeighborhoodsIterableInterval.localizingCursor() |
<T> IterableInterval<Neighborhood<T>> |
Shape.neighborhoods(RandomAccessibleInterval<T> source)
Get an
IterableInterval that contains all Neighborhoods of the source image. |
<T> IterableInterval<Neighborhood<T>> |
DiamondShape.neighborhoods(RandomAccessibleInterval<T> source) |
<T> RandomAccessible<Neighborhood<T>> |
Shape.neighborhoodsRandomAccessible(RandomAccessible<T> source)
Get an
RandomAccessibleInterval that contains all
Neighborhoods of the source image. |
<T> RandomAccessible<Neighborhood<T>> |
Shape.neighborhoodsRandomAccessibleSafe(RandomAccessible<T> source)
Get an
RandomAccessibleInterval that contains all
Neighborhoods of the source image. |
<T> IterableInterval<Neighborhood<T>> |
Shape.neighborhoodsSafe(RandomAccessibleInterval<T> source)
Get an
IterableInterval that contains all Neighborhoods of the source image. |
<T> IterableInterval<Neighborhood<T>> |
PeriodicLineShape.neighborhoodsSafe(RandomAccessibleInterval<T> source) |
<T> IterableInterval<Neighborhood<T>> |
PairOfPointsShape.neighborhoodsSafe(RandomAccessibleInterval<T> source) |
<T> IterableInterval<Neighborhood<T>> |
HorizontalLineShape.neighborhoodsSafe(RandomAccessibleInterval<T> source) |
RandomAccess<Neighborhood<T>> |
RectangleShape.NeighborhoodsAccessible.randomAccess() |
RandomAccess<Neighborhood<T>> |
PeriodicLineShape.NeighborhoodsAccessible.randomAccess() |
RandomAccess<Neighborhood<T>> |
PairOfPointsShape.NeighborhoodsAccessible.randomAccess() |
RandomAccess<Neighborhood<T>> |
HyperSphereShape.NeighborhoodsAccessible.randomAccess() |
RandomAccess<Neighborhood<T>> |
HorizontalLineShape.NeighborhoodsAccessible.randomAccess() |
RandomAccess<Neighborhood<T>> |
DiamondTipsShape.NeighborhoodsAccessible.randomAccess() |
RandomAccess<Neighborhood<T>> |
DiamondShape.NeighborhoodsAccessible.randomAccess() |
RandomAccess<Neighborhood<T>> |
RectangleShape.NeighborhoodsAccessible.randomAccess(Interval interval) |
RandomAccess<Neighborhood<T>> |
PeriodicLineShape.NeighborhoodsAccessible.randomAccess(Interval interval) |
RandomAccess<Neighborhood<T>> |
PairOfPointsShape.NeighborhoodsAccessible.randomAccess(Interval interval) |
RandomAccess<Neighborhood<T>> |
HyperSphereShape.NeighborhoodsAccessible.randomAccess(Interval interval) |
RandomAccess<Neighborhood<T>> |
HorizontalLineShape.NeighborhoodsAccessible.randomAccess(Interval interval) |
RandomAccess<Neighborhood<T>> |
DiamondTipsShape.NeighborhoodsAccessible.randomAccess(Interval interval) |
RandomAccess<Neighborhood<T>> |
DiamondShape.NeighborhoodsAccessible.randomAccess(Interval interval) |
Copyright © 2015–2022 ImgLib2. All rights reserved.