Package | Description |
---|---|
net.imglib2.roi |
Modifier and Type | Class and Description |
---|---|
class |
Bounds<I extends RealInterval,B extends Bounds<I,B>>
Operations on mask bounds.
|
Modifier and Type | Class and Description |
---|---|
static class |
Bounds.IntBounds
Implement
Bounds for integer intervals. |
static class |
Bounds.RealBounds
Implement
Bounds for real intervals. |
Modifier and Type | Method and Description |
---|---|
<I extends RealInterval,B extends Bounds<I,B>> |
Bounds.UnaryBoundsOperator.apply(B arg) |
<I extends RealInterval,B extends Bounds<I,B>> |
Bounds.BinaryBoundsOperator.apply(B left,
B right) |
Copyright © 2015–2022 ImgLib2. All rights reserved.