Uses of Class
sc.fiji.snt.analysis.detection.LabelProximityDetector.Config
Packages that use LabelProximityDetector.Config
-
Uses of LabelProximityDetector.Config in sc.fiji.snt.analysis.detection
Methods in sc.fiji.snt.analysis.detection that return LabelProximityDetector.ConfigModifier and TypeMethodDescriptionLabelProximityDetector.Config.assignToNearestPath(boolean assign) Whether to reassign each detection to the nearest path when multiple paths are close together.LabelProximityDetector.Config.distanceThreshold(double threshold) Sets the maximum distance (in calibrated units) from a label boundary for a node to be considered a contact point.LabelProximityDetector.Config.mergingDistance(double distance) Sets the minimum distance between detections for NMS deduplication.LabelProximityDetector.Config.spacing(double[] spacing) Sets explicit pixel spacing for the EDT computation.Methods in sc.fiji.snt.analysis.detection with parameters of type LabelProximityDetector.ConfigModifier and TypeMethodDescriptionLabelProximityDetector.detect(Collection<Path> paths, net.imglib2.RandomAccessibleInterval<? extends net.imglib2.type.numeric.RealType<?>> labelImg, LabelProximityDetector.Config config) Detects proximity contacts between paths and labeled surfaces.