Package | Description |
---|---|
net.imglib2.roi.geom | |
net.imglib2.roi.geom.real |
Modifier and Type | Method and Description |
---|---|
static <L extends RealLocalizable> |
GeomMasks.realPointCollection(Collection<L> points)
Creates a
WritableRealPointCollection from a collection of points. |
static <L extends RealLocalizable> |
GeomMasks.realPointCollection(HashMap<gnu.trove.list.array.TDoubleArrayList,L> points)
Creates a
WritableRealPointCollection from a map of points. |
static <L extends RealLocalizable> |
GeomMasks.realPointSampleListRealPointCollection(RealPointSampleList<L> points)
Creates a
WritableRealPointCollection from a
RealPointSampleList . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultWritableRealPointCollection<L extends RealLocalizable>
RealPointCollection backed by a Map . |
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.