Package sc.fiji.snt.tracing.image
package sc.fiji.snt.tracing.image
Data structures used to keep track of encountered nodes during image-based searches for classes implementing
SearchInterface-
ClassDescriptionA
SearchImagebacked by an ImgLib2ListImg, providing list-based storage for path-search data structures.A sparse matrix implementation backed by aLong2ObjectOpenHashMapSearchImage<V>General interface for data structures used to keep track of encountered nodes during image-based searches.SearchImageStack<V extends SearchNode>A stack ofSearchImages, backed by aInt2ObjectOpenHashMap.Static utilities for creation ofSuppliers ofSearchImagesSupplierUtil.ArraySearchImageSupplier<V extends SearchNode>SupplierUtil.ListSearchImageSupplier<V extends SearchNode>SupplierUtil.MapSearchImageSupplier<V extends SearchNode>