Package | Description |
---|---|
net.imglib2.roi.geom.real |
Modifier and Type | Class and Description |
---|---|
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 |
RealPointSampleListWritableRealPointCollection<L extends RealLocalizable>
A
WritableRealPointCollection which checks if points are contained in
the collection by performing a NearestNeighborSearch on the provided
RealPointSampleList . |
Copyright © 2015–2022 ImgLib2. All rights reserved.