Package | Description |
---|---|
net.imglib2.roi.geom | |
net.imglib2.roi.geom.real |
Class and Description |
---|
KDTreeRealPointCollection
A
RealPointCollection which checks if points are contained in the
collection by performing a NearestNeighborSearch on the provided
KDTree . |
RealPointCollection
A
RealMaskRealInterval which defines a collection of real space points in n-d space. |
RealPointSampleListWritableRealPointCollection
A
WritableRealPointCollection which checks if points are contained in
the collection by performing a NearestNeighborSearch on the provided
RealPointSampleList . |
WritableBox
A modifiable
Box . |
WritableEllipsoid
A modifiable
Ellipsoid . |
WritableLine
A modifiable
Line . |
WritablePointMask
A modifiable
PointMask . |
WritablePolygon2D
A modifiable
Polygon2D . |
WritablePolyline
A modifiable
Polyline . |
WritableRealPointCollection
A modifiable
RealPointCollection . |
WritableSphere
A modifiable
Sphere . |
WritableSuperEllipsoid
A modifiable
SuperEllipsoid . |
Class and Description |
---|
AbstractWritableBox
Abstract base class for implementations of
WritableBox . |
AbstractWritableEllipsoid
Abstract base class for
WritableEllipsoid implementations. |
AbstractWritableSphere
Abstract base class for
WritableSphere implementations. |
AbstractWritableSuperEllipsoid
Abstract base class for
WritableSuperEllipsoid implementations. |
Box
A
RealMaskRealInterval which defines an n-d box, cuboid,
hyperrectangle, etc. |
DefaultWritablePolygon2D
A
DefaultWritablePolygon2D defined by the given vertices. |
DefaultWritablePolygon2D.VertexList |
Ellipsoid
A
RealMaskRealInterval which defines an n-d ellipsoid. |
Line
A
RealMaskRealInterval which defines a line defined in n-d space. |
NNSRealPointCollection
A
RealPointCollection which checks if points are in the collection by
performing a NearestNeighborSearch on the provided
IterableRealInterval . |
PointMask
A
RealMaskRealInterval representing a single point in n-d real space. |
Polygon2D
A
RealMaskRealInterval which defines a real space 2D polygon. |
Polyline
A
RealMaskRealInterval which defines a polyline in n-d space. |
Polyshape
A
RealMaskRealInterval which defines a polygonal shape in n-d space. |
RealPointCollection
A
RealMaskRealInterval which defines a collection of real space points in n-d space. |
Sphere
A
RealMaskRealInterval which defines an n-d sphere. |
SuperEllipsoid
A
RealMaskRealInterval which defines an n-d superellipsoid. |
WritableBox
A modifiable
Box . |
WritableEllipsoid
A modifiable
Ellipsoid . |
WritableLine
A modifiable
Line . |
WritablePointMask
A modifiable
PointMask . |
WritablePolygon2D
A modifiable
Polygon2D . |
WritablePolyline
A modifiable
Polyline . |
WritablePolyshape
A modifiable
Polyshape . |
WritableRealPointCollection
A modifiable
RealPointCollection . |
WritableSphere
A modifiable
Sphere . |
WritableSuperEllipsoid
A modifiable
SuperEllipsoid . |
Copyright © 2015–2022 ImgLib2. All rights reserved.