Package | Description |
---|---|
net.imglib2.roi.geom | |
net.imglib2.roi.geom.real |
Modifier and Type | Method and Description |
---|---|
static WritableLine |
GeomMasks.line(double[] pointOne,
double[] pointTwo,
boolean copy)
Creates a
WritableLine from two double[] points. |
static WritableLine |
GeomMasks.line(RealLocalizable pointOne,
RealLocalizable pointTwo)
Creates a
WritableLine from two RealLocalizable points. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultWritableLine
Represents a line segment as defined by two end points, which can be embedded
in n-dimensional space.
|
Copyright © 2015–2022 ImgLib2. All rights reserved.