Package | Description |
---|---|
sc.fiji.snt.tracing.image |
Modifier and Type | Class and Description |
---|---|
class |
ArraySearchImage<V> |
class |
ListSearchImage<V> |
class |
MapSearchImage<V>
A sparse matrix implementation backed by a
Long2ObjectOpenHashMap |
Modifier and Type | Method and Description |
---|---|
SearchImage<V> |
SupplierUtil.ListSearchImageSupplier.get() |
SearchImage<V> |
SearchImageStack.getSlice(int z) |
SearchImage<V> |
SearchImageStack.newSlice(int z) |
Modifier and Type | Method and Description |
---|---|
static <V extends SearchNode> |
SupplierUtil.createSupplier(SNT.SearchImageType clazz,
Class<V> searchNodeClass,
int width,
int height) |
Iterator<SearchImage<V>> |
SearchImageStack.iterator() |
Constructor and Description |
---|
SearchImageStack(Supplier<SearchImage<V>> supplier) |
Copyright © 2015–2021 Fiji. All rights reserved.