Package | Description |
---|---|
net.imglib2.roi.geom | |
net.imglib2.roi.geom.real |
Modifier and Type | Method and Description |
---|---|
static <L extends RealLocalizable> |
GeomMasks.kDTreeRealPointCollection(KDTree<L> tree)
Creates a
RealPointCollection from a KDTree . |
Modifier and Type | Interface and Description |
---|---|
interface |
WritableRealPointCollection<L extends RealLocalizable>
A modifiable
RealPointCollection . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultWritableRealPointCollection<L extends RealLocalizable>
RealPointCollection backed by a Map . |
class |
KDTreeRealPointCollection<L extends RealLocalizable>
A
RealPointCollection which checks if points are contained in the
collection by performing a NearestNeighborSearch on the provided
KDTree . |
class |
NNSRealPointCollection<L extends RealLocalizable>
A
RealPointCollection which checks if points are in the collection by
performing a NearestNeighborSearch on the provided
IterableRealInterval . |
class |
RealPointSampleListWritableRealPointCollection<L extends RealLocalizable>
A
WritableRealPointCollection which checks if points are contained in
the collection by performing a NearestNeighborSearch on the provided
RealPointSampleList . |
Modifier and Type | Method and Description |
---|---|
static boolean |
RealPointCollection.equals(RealPointCollection<?> points1,
RealPointCollection<?> points2)
Determines whether two point collections describe the same region.
|
static boolean |
RealPointCollection.equals(RealPointCollection<?> points1,
RealPointCollection<?> points2)
Determines whether two point collections describe the same region.
|
static int |
RealPointCollection.hashCode(RealPointCollection<?> points)
Computes a hash code for a point collection.
|
Copyright © 2015–2022 ImgLib2. All rights reserved.