Uses of Class
sc.fiji.snt.analysis.detection.Detection
Packages that use Detection
-
Uses of Detection in sc.fiji.snt.analysis
Subclasses of Detection in sc.fiji.snt.analysisMethods in sc.fiji.snt.analysis that return types with arguments of type DetectionModifier and TypeMethodDescriptionPeripathDetector.detect(Collection<Path> paths, net.imglib2.RandomAccessibleInterval<? extends net.imglib2.type.numeric.RealType<?>> img, PeripathDetector.Config cfg) Method parameters in sc.fiji.snt.analysis with type arguments of type Detection -
Uses of Detection in sc.fiji.snt.analysis.detection
Methods in sc.fiji.snt.analysis.detection that return types with arguments of type DetectionModifier and TypeMethodDescriptionDetectorUtils.assignToNearestPaths(List<Detection> detections, Collection<Path> allPaths) Reassigns each detection to the nearest path (by minimum node distance).DetectorUtils.deduplicate(List<Detection> detections, double mergingDistance) Deduplicates detections using greedy non-maximum suppression by intensity.AlongPathDetector.detect(Collection<Path> paths, net.imglib2.RandomAccessibleInterval<? extends net.imglib2.type.numeric.RealType<?>> img, AlongPathDetector.Config cfg) Detects swellings (boutons/varicosities) along the given paths by analyzing the longitudinal radius profile and, optionally, on-skeleton image intensity.AlongPathDetector.detect(Collection<Path> paths, AlongPathDetector.Config cfg) Convenience overload that performs radius-only detection (no image).LabelProximityDetector.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.PeripathDetector.detect(Collection<Path> paths, net.imglib2.RandomAccessibleInterval<? extends net.imglib2.type.numeric.RealType<?>> img, PeripathDetector.Config cfg) Detects intensity maxima along the given paths.Method parameters in sc.fiji.snt.analysis.detection with type arguments of type DetectionModifier and TypeMethodDescriptionDetectorUtils.assignToNearestPaths(List<Detection> detections, Collection<Path> allPaths) Reassigns each detection to the nearest path (by minimum node distance).DetectorUtils.deduplicate(List<Detection> detections, double mergingDistance) Deduplicates detections using greedy non-maximum suppression by intensity.
Detectioninstead.