@Deprecated public interface RegionOfInterest extends RealRandomAccessibleRealInterval<BitType>
Modifier and Type | Method and Description |
---|---|
boolean |
contains(double[] position)
Deprecated.
Determine whether a point is a member of the region of interest
|
void |
move(double[] displacement)
Deprecated.
|
void |
move(double displacement,
int d)
Deprecated.
|
getAt, getAt, getAt, realRandomAccess, realRandomAccess
maxAsDoubleArray, maxAsRealPoint, minAsDoubleArray, minAsRealPoint, realMax, realMax, realMax, realMin, realMin, realMin
numDimensions
boolean contains(double[] position)
position
- position in questionvoid move(double displacement, int d)
void move(double[] displacement)
Copyright © 2015–2022 ImgLib2. All rights reserved.