@Deprecated public class AngleRegionOfInterest extends AbstractRegionOfInterest
RegionOfInterest
that supports a two segment angle by combining two
LineRegionOfInterest
s.AbstractRegionOfInterest.AROIRandomAccess
nDimensions
Constructor and Description |
---|
AngleRegionOfInterest()
Deprecated.
|
AngleRegionOfInterest(double[] ctr,
double[] e1,
double[] e2)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
contains(double[] position)
Deprecated.
Determine whether a point is a member of the region of interest
|
void |
getCenter(double[] pt)
Deprecated.
|
double |
getCenter(int dim)
Deprecated.
|
void |
getPoint1(double[] pt)
Deprecated.
|
double |
getPoint1(int dim)
Deprecated.
|
void |
getPoint2(double[] pt)
Deprecated.
|
double |
getPoint2(int dim)
Deprecated.
|
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 |
setCenter(double[] pt)
Deprecated.
|
void |
setCenter(double val,
int dim)
Deprecated.
|
void |
setPoint1(double[] pt)
Deprecated.
|
void |
setPoint1(double val,
int dim)
Deprecated.
|
void |
setPoint2(double[] pt)
Deprecated.
|
void |
setPoint2(double val,
int dim)
Deprecated.
|
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 AngleRegionOfInterest()
public AngleRegionOfInterest(double[] ctr, double[] e1, double[] e2)
public void getPoint1(double[] pt)
public void getPoint2(double[] pt)
public void getCenter(double[] pt)
public void setPoint1(double[] pt)
public void setPoint2(double[] pt)
public void setCenter(double[] pt)
public double getPoint1(int dim)
public double getPoint2(int dim)
public double getCenter(int dim)
public void setPoint1(double val, int dim)
public void setPoint2(double val, int dim)
public void setCenter(double val, int dim)
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.