Uses of Class
sc.fiji.snt.analysis.detection.AlongPathDetector.Config
Packages that use AlongPathDetector.Config
-
Uses of AlongPathDetector.Config in sc.fiji.snt.analysis.detection
Methods in sc.fiji.snt.analysis.detection that return AlongPathDetector.ConfigModifier and TypeMethodDescriptionAlongPathDetector.Config.assignToNearestPath(boolean b) SetsassignToNearestPath.AlongPathDetector.Config.excludeJunctions(boolean b) SetsexcludeJunctions.AlongPathDetector.Config.mergingDistance(double v) SetsmergingDistance.AlongPathDetector.Config.minIntensity(double v) SetsminIntensity.AlongPathDetector.Config.swellingFactor(double v) SetsswellingFactor.AlongPathDetector.Config.windowSize(int v) SetswindowSize.Methods in sc.fiji.snt.analysis.detection with parameters of type AlongPathDetector.ConfigModifier and TypeMethodDescriptionAlongPathDetector.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).