Package | Description |
---|---|
net.imglib2.display.projector.sampler |
Modifier and Type | Class and Description |
---|---|
class |
IntervalSampler<T>
allows stepwise access to a preselected projected dimension.
|
class |
SelectiveSampler<T>
Provides access to a set of predefined positions of a projected dimension
|
Modifier and Type | Field and Description |
---|---|
protected Converter<ProjectedSampler<A>,B> |
SamplingProjector2D.converter |
Constructor and Description |
---|
SamplingProjector2D(int dimX,
int dimY,
RandomAccessible<A> source,
IterableInterval<B> target,
Converter<ProjectedSampler<A>,B> converter,
int projectedDimension,
long[] projectedPositions) |
SamplingProjector2D(int dimX,
int dimY,
RandomAccessibleInterval<A> source,
IterableInterval<B> target,
Converter<ProjectedSampler<A>,B> converter,
int projectedDimension) |
Copyright © 2015–2022 ImgLib2. All rights reserved.