Package | Description |
---|---|
sc.fiji.snt.tracing | |
sc.fiji.snt.tracing.image |
Modifier and Type | Class and Description |
---|---|
class |
BiSearchNode
A
SearchNode which can maintain both a from-start and from-goal search state. |
class |
DefaultSearchNode |
Modifier and Type | Class and Description |
---|---|
class |
SearchImageStack<V extends SearchNode>
A stack of
SearchImage s, backed by a Int2ObjectOpenHashMap . |
static class |
SupplierUtil.ArraySearchImageSupplier<V extends SearchNode> |
static class |
SupplierUtil.ListSearchImageSupplier<V extends SearchNode> |
static class |
SupplierUtil.MapSearchImageSupplier<V extends SearchNode> |
Modifier and Type | Method and Description |
---|---|
static <V extends SearchNode> |
SupplierUtil.createSupplier(SNT.SearchImageType clazz,
Class<V> searchNodeClass,
int width,
int height) |
Copyright © 2015–2021 Fiji. All rights reserved.