@Deprecated public class CompositeRegionOfInterest extends AbstractRegionOfInterest
GeneralPathRegionOfInterest
instead.AbstractRegionOfInterest.AROIRandomAccessnDimensions| Constructor and Description |
|---|
CompositeRegionOfInterest(Collection<RegionOfInterest> rois)
Deprecated.
|
CompositeRegionOfInterest(int nDimensions)
Deprecated.
Initialize an empty composite region of interest.
|
CompositeRegionOfInterest(RegionOfInterest roi)
Deprecated.
Initialize a composite region of interest with a single ROI
|
| Modifier and Type | Method and Description |
|---|---|
void |
and(RegionOfInterest roi)
Deprecated.
Make the region the union of the current and this
|
boolean |
contains(double[] position)
Deprecated.
Determine whether a point is a member of the region of interest
|
protected void |
getRealExtrema(double[] minima,
double[] maxima)
Deprecated.
Get the minimum and maximum corners of a bounding hypercube using real
coordinates (which might have fractional components)
|
void |
move(double displacement,
int d)
Deprecated.
|
void |
not(RegionOfInterest roi)
Deprecated.
Remove this region from the composite region of interest
|
void |
or(RegionOfInterest roi)
Deprecated.
Make the region of interest a combination of the new rest and all
previous
|
void |
remove(RegionOfInterest roi)
Deprecated.
Remove the region from the composite
|
void |
xor(RegionOfInterest roi)
Deprecated.
For points within the region, invert the membership.
|
invalidateCachedState, move, numDimensions, realMax, realMax, realMax, realMin, realMin, realMin, realRandomAccess, realRandomAccess, validateRealExtremaCacheclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAt, getAt, getAtmaxAsDoubleArray, maxAsRealPoint, minAsDoubleArray, minAsRealPointpublic CompositeRegionOfInterest(int nDimensions)
nDimensions - public CompositeRegionOfInterest(RegionOfInterest roi)
roi - public CompositeRegionOfInterest(Collection<RegionOfInterest> rois)
public void or(RegionOfInterest roi)
roi - public void remove(RegionOfInterest roi)
roi - public void and(RegionOfInterest roi)
roi - public void xor(RegionOfInterest roi)
roi - public void not(RegionOfInterest roi)
roi - public void move(double displacement,
int d)
public boolean contains(double[] position)
RegionOfInterestposition - position in questionprotected void getRealExtrema(double[] minima,
double[] maxima)
AbstractRegionOfInterestgetRealExtrema in class AbstractRegionOfInterestCopyright © 2015–2022 ImgLib2. All rights reserved.