Uses of Interface
sc.fiji.snt.tracing.image.SearchImage
Packages that use SearchImage
Package
Description
Data structures used to keep track of encountered nodes during image-based searches for classes implementing
SearchInterface-
Uses of SearchImage in sc.fiji.snt.tracing.image
Classes in sc.fiji.snt.tracing.image that implement SearchImageModifier and TypeClassDescriptionclassclassASearchImagebacked by an ImgLib2ListImg, providing list-based storage for path-search data structures.classA sparse matrix implementation backed by aLong2ObjectOpenHashMapMethods in sc.fiji.snt.tracing.image that return SearchImageModifier and TypeMethodDescriptionSupplierUtil.ListSearchImageSupplier.get()SearchImageStack.getSlice(int z) SearchImageStack.newSlice(int z) Methods in sc.fiji.snt.tracing.image that return types with arguments of type SearchImageModifier and TypeMethodDescriptionstatic <V extends SearchNode>
Supplier<SearchImage<V>> SupplierUtil.createSupplier(SNT.SearchImageType clazz, Class<V> searchNodeClass, int width, int height) @NotNull Iterator<SearchImage<V>> SearchImageStack.iterator()Constructor parameters in sc.fiji.snt.tracing.image with type arguments of type SearchImage