Package | Description |
---|---|
net.imglib2 | |
net.imglib2.realtransform | |
net.imglib2.util |
Modifier and Type | Method and Description |
---|---|
static FinalRealInterval |
FinalRealInterval.createMinMax(double... minmax)
Create a
FinalRealInterval from a parameter list comprising
minimum and maximum coordinates. |
static FinalRealInterval |
FinalRealInterval.createMinSize(double... minsize)
Deprecated.
|
static FinalRealInterval |
FinalRealInterval.wrap(double[] min,
double[] max)
Create a
FinalRealInterval that stores its min and max in the provided arrays. |
Modifier and Type | Method and Description |
---|---|
FinalRealInterval |
AffineTransform3D.estimateBounds(RealInterval interval)
Calculate the boundary interval of an interval after it has been
transformed.
|
FinalRealInterval |
AffineTransform2D.estimateBounds(RealInterval interval)
Calculate the boundary interval of an interval after it has been
transformed.
|
Modifier and Type | Method and Description |
---|---|
static FinalRealInterval |
Intervals.createMinMaxReal(double... minmax)
Create a
FinalRealInterval from a parameter list comprising
minimum and maximum coordinates. |
static FinalRealInterval |
Intervals.createMinSizeReal(double... minsize)
Deprecated.
|
static FinalRealInterval |
Intervals.intersect(RealInterval intervalA,
RealInterval intervalB)
Compute the intersection of two intervals.
|
static FinalRealInterval |
Intervals.union(RealInterval intervalA,
RealInterval intervalB)
Compute the smallest interval that contains both input intervals.
|
Copyright © 2015–2022 ImgLib2. All rights reserved.