Package | Description |
---|---|
net.imglib2.converter | |
net.imglib2.converter.read | |
net.imglib2.roi | |
net.imglib2.roi.mask.real | |
net.imglib2.view |
Modifier and Type | Class and Description |
---|---|
class |
BiConvertedRealRandomAccessibleRealInterval<A,B,C extends Type<C>>
TODO
|
class |
ConvertedRealRandomAccessibleRealInterval<A,B extends Type<B>>
TODO
|
Modifier and Type | Field and Description |
---|---|
protected RealRandomAccessibleRealInterval<B> |
BiConvertedRealRandomAccessibleRealInterval.sourceIntervalB |
Modifier and Type | Interface and Description |
---|---|
interface |
IterableRegionOfInterest
Deprecated.
|
interface |
RegionOfInterest
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractIterableRegionOfInterest
Deprecated.
|
class |
AbstractRegionOfInterest
Deprecated.
|
class |
AngleRegionOfInterest
Deprecated.
|
class |
BinaryMaskRegionOfInterest<T extends BitType,I extends RandomAccessibleInterval<T>>
Deprecated.
|
class |
CompositeRegionOfInterest
Deprecated.
|
class |
EllipseRegionOfInterest
Deprecated.
|
class |
GeneralPathRegionOfInterest
Deprecated.
|
class |
LineRegionOfInterest
Deprecated.
|
class |
PolygonRegionOfInterest
Deprecated.
|
class |
RectangleRegionOfInterest
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static RealRandomAccessibleRealInterval<BoolType> |
Masks.toRealRandomAccessibleRealInterval(RealMaskRealInterval mask)
|
Modifier and Type | Method and Description |
---|---|
static <B extends BooleanType<B>> |
Masks.toRealMaskRealInterval(RealRandomAccessibleRealInterval<B> rrari)
Wraps the given
RealRandomAccessibleRealInterval as a
RealMaskRealInterval . |
Modifier and Type | Class and Description |
---|---|
class |
RealMaskRealIntervalAsRealRandomAccessibleRealInterval<B extends BooleanType<B>>
Wraps a
RealMaskRealInterval as a
RealRandomAccessibleRealInterval . |
Constructor and Description |
---|
RealRandomAccessibleRealIntervalAsRealMaskRealInterval(RealRandomAccessibleRealInterval<B> rrari) |
Modifier and Type | Class and Description |
---|---|
class |
ExtendedRealRandomAccessibleRealInterval<T,F extends RealRandomAccessibleRealInterval<T>>
Implements
RealRandomAccessible for a
RealRandomAccessibleRealInterval through an
RealOutOfBoundsFactory . |
Modifier and Type | Field and Description |
---|---|
protected F |
ExtendedRealRandomAccessibleRealInterval.source |
Copyright © 2015–2022 ImgLib2. All rights reserved.