@Deprecated public class CompositeRegionOfInterest extends AbstractRegionOfInterest
GeneralPathRegionOfInterest
instead.AbstractRegionOfInterest.AROIRandomAccess
nDimensions
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, validateRealExtremaCache
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAt, getAt, getAt
maxAsDoubleArray, maxAsRealPoint, minAsDoubleArray, minAsRealPoint
public 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)
RegionOfInterest
position
- position in questionprotected void getRealExtrema(double[] minima, double[] maxima)
AbstractRegionOfInterest
getRealExtrema
in class AbstractRegionOfInterest
Copyright © 2015–2022 ImgLib2. All rights reserved.