Uses of Class
sc.fiji.snt.analysis.detection.PeripathDetector.Config
Packages that use PeripathDetector.Config
-
Uses of PeripathDetector.Config in sc.fiji.snt.analysis
Subclasses of PeripathDetector.Config in sc.fiji.snt.analysisMethods in sc.fiji.snt.analysis with parameters of type PeripathDetector.ConfigModifier and TypeMethodDescriptionstatic voidPeripathDetector.createTorusMask(Collection<Path> paths, ij.ImagePlus output, PeripathDetector.Config cfg, double fillValue) static <T extends net.imglib2.type.numeric.RealType<T>>
voidPeripathDetector.createTorusMask(Collection<Path> paths, net.imglib2.RandomAccessibleInterval<T> output, PeripathDetector.Config cfg, double fillValue) PeripathDetector.detect(Collection<Path> paths, net.imglib2.RandomAccessibleInterval<? extends net.imglib2.type.numeric.RealType<?>> img, PeripathDetector.Config cfg) -
Uses of PeripathDetector.Config in sc.fiji.snt.analysis.detection
Methods in sc.fiji.snt.analysis.detection that return PeripathDetector.ConfigModifier and TypeMethodDescriptionPeripathDetector.Config.assignToNearestPath(boolean b) PeripathDetector.Config.innerRadius(double v) PeripathDetector.Config.innerRadiusMultiplier(double v) PeripathDetector.Config.maxSectionSize(int v) PeripathDetector.Config.mergingDistance(double v) PeripathDetector.Config.outerRadius(double v) PeripathDetector.Config.outerRadiusMultiplier(double v) PeripathDetector.Config.prominence(double v) Methods in sc.fiji.snt.analysis.detection with parameters of type PeripathDetector.ConfigModifier and TypeMethodDescriptionstatic voidPeripathDetector.createTorusMask(Collection<Path> paths, ij.ImagePlus output, PeripathDetector.Config cfg, double fillValue) Creates a binary torus mask around the given paths, writing into anImagePlus.static <T extends net.imglib2.type.numeric.RealType<T>>
voidPeripathDetector.createTorusMask(Collection<Path> paths, net.imglib2.RandomAccessibleInterval<T> output, PeripathDetector.Config cfg, double fillValue) Creates a binary torus mask around the given paths.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.
PeripathDetector.Configinstead.