Uses of Enum Class
sc.fiji.snt.SNT.SearchImageType
Packages that use SNT.SearchImageType
Package
Description
SNT core classes
Path-finding algorithms for interactive neuron tracing.
Data structures used to keep track of encountered nodes during image-based searches for classes implementing
SearchInterface-
Uses of SNT.SearchImageType in sc.fiji.snt
Fields in sc.fiji.snt declared as SNT.SearchImageTypeMethods in sc.fiji.snt that return SNT.SearchImageTypeModifier and TypeMethodDescriptionSNT.getSearchImageType()static SNT.SearchImageTypeReturns the enum constant of this class with the specified name.static SNT.SearchImageType[]SNT.SearchImageType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in sc.fiji.snt with parameters of type SNT.SearchImageTypeModifier and TypeMethodDescriptionvoidSNT.setSearchImageType(SNT.SearchImageType searchImageType) -
Uses of SNT.SearchImageType in sc.fiji.snt.tracing
Constructors in sc.fiji.snt.tracing with parameters of type SNT.SearchImageTypeModifierConstructorDescriptionBiSearch(net.imglib2.RandomAccessibleInterval<? extends net.imglib2.type.numeric.RealType<?>> image, ij.measure.Calibration calibration, int start_x, int start_y, int start_z, int goal_x, int goal_y, int goal_z, int timeoutSeconds, long reportEveryMilliseconds, SNT.SearchImageType searchImageType, Cost costFunction, Heuristic heuristic) FillerThread(net.imagej.Dataset dataset, double initialThreshold, int timeoutSeconds, long reportEveryMilliseconds, Cost costFunction, SNT.SearchImageType searchImageType) FillerThread(net.imglib2.RandomAccessibleInterval<? extends net.imglib2.type.numeric.RealType<?>> image, ij.measure.Calibration calibration, double initialThreshold, int timeoutSeconds, long reportEveryMilliseconds, Cost costFunction, SNT.SearchImageType searchImageType) protectedSearchThread(net.imagej.Dataset dataset, boolean bidirectional, boolean definedGoal, int timeoutSeconds, long reportEveryMilliseconds, SNT.SearchImageType searchImageType, Cost costFunction) protectedSearchThread(net.imglib2.RandomAccessibleInterval<? extends net.imglib2.type.numeric.RealType<?>> image, ij.measure.Calibration calibration, boolean bidirectional, boolean definedGoal, int timeoutSeconds, long reportEveryMilliseconds, SNT.SearchImageType searchImageType, Cost costFunction) TracerThread(net.imagej.Dataset dataset, int start_x, int start_y, int start_z, int goal_x, int goal_y, int goal_z, int timeoutSeconds, long reportEveryMilliseconds, SNT.SearchImageType searchImageType, Cost costFunction, Heuristic heuristic) TracerThread(net.imglib2.RandomAccessibleInterval<? extends net.imglib2.type.numeric.RealType<?>> image, ij.measure.Calibration calibration, int start_x, int start_y, int start_z, int goal_x, int goal_y, int goal_z, int timeoutSeconds, long reportEveryMilliseconds, SNT.SearchImageType searchImageType, Cost costFunction, Heuristic heuristic) -
Uses of SNT.SearchImageType in sc.fiji.snt.tracing.image
Methods in sc.fiji.snt.tracing.image with parameters of type SNT.SearchImageTypeModifier and TypeMethodDescriptionstatic <V extends SearchNode>
Supplier<SearchImage<V>> SupplierUtil.createSupplier(SNT.SearchImageType clazz, Class<V> searchNodeClass, int width, int height)