Uses of Class
sc.fiji.snt.util.BundleDetector.Config
Packages that use BundleDetector.Config
Package
Description
Miscellaneous SNT utilities, including classes defining reconstruction nodes.
-
Uses of BundleDetector.Config in sc.fiji.snt.util
Methods in sc.fiji.snt.util that return BundleDetector.ConfigModifier and TypeMethodDescriptionBundleDetector.Config.maxParallelAngleDeg(double v) Setter formaxParallelAngleDeg.BundleDetector.Config.minRunNodes(int n) Setter forminRunNodes.BundleDetector.Config.nodeWitnessRadius(double v) Setter fornodeWitnessRadius.BundleDetector.Config.proximity(double v) Setter forproximity.BundleDetector.Config.sameCTOnly(boolean b) Setter forsameCTOnly.Methods in sc.fiji.snt.util with parameters of type BundleDetector.ConfigModifier and TypeMethodDescriptionstatic List<CrossoverFinder.CrossoverEvent> BundleDetector.find(Collection<Path> paths, BundleDetector.Config cfg) Entry point: detect bundle events for a collection of paths using the given config.