Interface | Description |
---|---|
Bounds.BinaryBoundsOperator | |
Bounds.UnaryBoundsOperator | |
GeneralPathSegmentHandler | Deprecated |
IterableRegion<T extends BooleanType<T>> |
A region that allows to iterate only the pixels contained in the region
(instead of all pixels in bounding box).
|
IterableRegionOfInterest | Deprecated |
Mask |
A
MaskPredicate for integral Localizable . |
MaskInterval |
A bounded
Mask , that is, the mask predicate evaluates to
false outside the bounds interval. |
MaskPredicate<T> |
Base interface for all things that divide an N-space into two parts.
|
Operators.MaskOperator | |
PositionableIterableInterval<T> |
An
IterableInterval that can be moved around. |
PositionableIterableRegion<T extends BooleanType<T>> |
An
IterableRegion that can be moved around. |
RealMask |
A
MaskPredicate for RealLocalizable . |
RealMaskRealInterval |
A bounded
RealMask , that is, the mask predicate evaluates to
false outside the bounds interval. |
RegionOfInterest | Deprecated |
Class | Description |
---|---|
AbstractIterableRegionOfInterest | Deprecated |
AbstractRegionOfInterest | Deprecated |
AngleRegionOfInterest | Deprecated |
BinaryMaskRegionOfInterest<T extends BitType,I extends RandomAccessibleInterval<T>> | Deprecated |
Bounds<I extends RealInterval,B extends Bounds<I,B>> |
Operations on mask bounds.
|
Bounds.AbstractAdaptingInterval |
Abstract base class which adapts to changes in source interval, leaving
Interval.min(int) and Interval.max(int) methods to be implemented by
derived classes. |
Bounds.AbstractAdaptingRealInterval |
Abstract base class for bounds which adapt to changes in the source
interval, leaving
RealInterval.realMin(int) and RealInterval.realMax(int) methods
to be implemented by derived classes. |
Bounds.IntBounds |
Implement
Bounds for integer intervals. |
Bounds.IntersectionInterval |
The intersection of two intervals.
|
Bounds.IntersectionRealInterval |
The intersection of two intervals.
|
Bounds.RealBounds |
Implement
Bounds for real intervals. |
Bounds.RealTransformRealInterval |
The
Bounds for a transformed source. |
Bounds.SmallestContainingInterval |
Represents the smallest
Interval completely containing a
specified RealInterval . |
Bounds.UnionInterval |
The union of two intervals.
|
Bounds.UnionRealInterval |
The union of two intervals.
|
CompositeRegionOfInterest | Deprecated |
EllipseRegionOfInterest | Deprecated |
GeneralPathRegionOfInterest | Deprecated |
LineRegionOfInterest | Deprecated |
Masks | |
Operators |
MaskOperator interfaces and instances.
|
Operators.BinaryMaskOperator | |
Operators.RealTransformMaskOperator |
Operators.MaskOperator for transforming RealMask s. |
Operators.UnaryMaskOperator | |
PolygonRegionOfInterest | Deprecated |
PolygonRegionOfInterest.Stripe |
We decompose the polygon into stripes from yMin to yMin which have arrays
of xTop and xBottom describing the polygon boundary between yMin and
yMax.
|
RectangleRegionOfInterest | Deprecated |
Regions |
Enum | Description |
---|---|
BoundaryType |
Defines the edge behavior of the Mask.
|
KnownConstant |
Copyright © 2015–2022 ImgLib2. All rights reserved.