Package sc.fiji.snt.analysis
Class PeripathDetector
java.lang.Object
sc.fiji.snt.analysis.PeripathDetector
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classDeprecated.UsePeripathDetector.Configinstead.static final classDeprecated.UseDetectioninstead. -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcreateTorusMask(Collection<Path> paths, ij.ImagePlus output, PeripathDetector.Config cfg, double fillValue) static <T extends net.imglib2.type.numeric.RealType<T>>
voidcreateTorusMask(Collection<Path> paths, net.imglib2.RandomAccessibleInterval<T> output, PeripathDetector.Config cfg, double fillValue) detect(Collection<Path> paths, net.imglib2.RandomAccessibleInterval<? extends net.imglib2.type.numeric.RealType<?>> img, PeripathDetector.Config cfg)
-
Method Details
-
detect
@Deprecated public static <T extends net.imglib2.type.numeric.RealType<T>> List<Detection> detect(Collection<Path> paths, net.imglib2.RandomAccessibleInterval<? extends net.imglib2.type.numeric.RealType<?>> img, PeripathDetector.Config cfg) -
createTorusMask
@Deprecated public static <T extends net.imglib2.type.numeric.RealType<T>> void createTorusMask(Collection<Path> paths, net.imglib2.RandomAccessibleInterval<T> output, PeripathDetector.Config cfg, double fillValue) -
createTorusMask
@Deprecated public static void createTorusMask(Collection<Path> paths, ij.ImagePlus output, PeripathDetector.Config cfg, double fillValue)
-
PeripathDetectorinstead. This class is retained for backward compatibility and delegates all calls to the new package.