Uses of Class
sc.fiji.snt.analysis.NodeCollector
Packages that use NodeCollector
-
Uses of NodeCollector in sc.fiji.snt.analysis
Methods in sc.fiji.snt.analysis that return NodeCollectorModifier and TypeMethodDescriptionstatic <T extends net.imglib2.type.numeric.RealType<T> & net.imglib2.type.NativeType<T>>
NodeCollector<T> NodeCollector.fromBranchPoints(net.imagej.ImgPlus<T> img, Tree tree) Convenience factory using the branch points oftree.static <T extends net.imglib2.type.numeric.RealType<T> & net.imglib2.type.NativeType<T>>
NodeCollector<T> Convenience factory sampling everyeveryNthnode across all paths intree.static <T extends net.imglib2.type.numeric.RealType<T> & net.imglib2.type.NativeType<T>>
NodeCollector<T> NodeCollector.fromRoots(net.imagej.ImgPlus<T> img, Collection<Tree> trees) Convenience factory using the root of every suppliedtree.static <T extends net.imglib2.type.numeric.RealType<T> & net.imglib2.type.NativeType<T>>
NodeCollector<T> Convenience factory using the tips oftree.NodeCollector.setChannel(int channel) Sets the channel to crop from (0-indexed).NodeCollector.setFrame(int frame) Sets the time frame to crop from (0-indexed).NodeCollector.setLabelProvider(Function<SNTPoint, String> labelProvider) Provides per-crop slice labels (used bygetStack()andgetMontage(int, int, double, int, boolean)when labels are enabled).NodeCollector.setMaterialize(boolean materialize) If true, crops are materialized to contiguous arrays.NodeCollector.setPointsInPixelSpace(boolean pointsInPixelSpace) If true, thex/y/zof input points are treated as pixel coordinates (no calibration conversion is performed).NodeCollector.setProjection(NodeCollector.Projection projection) Sets the z-projection applied to each crop.NodeCollector.setWindow(int wxy, int wz) Sets the size of the crop window in pixels.NodeCollector.setWindow(int wx, int wy, int wz) Sets the per-axis crop window (X, Y, Z) in pixels.