Uses of Class
sc.fiji.snt.util.ShollPoint
Packages that use ShollPoint
Package
Description
Sholl analysis of Images, pre-sampled data and
Trees.GUI customizations (image overlays, plots, etc.) required for Sholl Analysis.
Statistical analysis of Sholl data
Parsers to retrieve Sholl profiles from multiple sources (2D/3D images,
reconstructions, and tables)
Miscellaneous SNT utilities, including classes defining reconstruction nodes.
-
Uses of ShollPoint in sc.fiji.snt.analysis.sholl
Fields in sc.fiji.snt.analysis.sholl with type parameters of type ShollPointModifier and TypeFieldDescriptionProfileEntry.pointsList of intersection points associated with the entry's radius (in spatially calibrated units)Methods in sc.fiji.snt.analysis.sholl that return ShollPointMethods in sc.fiji.snt.analysis.sholl that return types with arguments of type ShollPointMethods in sc.fiji.snt.analysis.sholl with parameters of type ShollPointModifier and TypeMethodDescriptionvoidProfileEntry.addPoint(ShollPoint point) voidProfileEntry.removePoint(ShollPoint point) voidProfile.setCenter(ShollPoint center) Method parameters in sc.fiji.snt.analysis.sholl with type arguments of type ShollPointConstructor parameters in sc.fiji.snt.analysis.sholl with type arguments of type ShollPointModifierConstructorDescriptionProfileEntry(Number r, Number count, Number length, Set<ShollPoint> points) ProfileEntry(Number r, Number count, Set<ShollPoint> points) ProfileEntry(Number r, Set<ShollPoint> points) -
Uses of ShollPoint in sc.fiji.snt.analysis.sholl.gui
Methods in sc.fiji.snt.analysis.sholl.gui with parameters of type ShollPointModifier and TypeMethodDescriptionvoidShollPlot.markPoint(ShollPoint pCentroid, int markShape, int markSize) Highlights a point on a plot without listing it on the Plot's table.voidShollPlot.markPoint(ShollPoint point, Color color) Highlights a point on a plot using the default marker. -
Uses of ShollPoint in sc.fiji.snt.analysis.sholl.math
Methods in sc.fiji.snt.analysis.sholl.math that return ShollPointModifier and TypeMethodDescriptionLinearProfileStats.getCenteredMaximum()LinearProfileStats.getCenteredMaximum(boolean fittedData) Returns the average coordinates of all maxima.LinearProfileStats.getCentroid()LinearProfileStats.getCentroid(boolean fittedData) Retrieves the centroid from all pairs of data (radius, inters. counts).LinearProfileStats.getPolygonCentroid()LinearProfileStats.getPolygonCentroid(boolean fittedData) Calculates the centroid from all (radius, inters. counts) pairs assuming such points define a non-self-intersecting closed polygon.Methods in sc.fiji.snt.analysis.sholl.math that return types with arguments of type ShollPointModifier and TypeMethodDescriptionLinearProfileStats.getMaxima()LinearProfileStats.getMaxima(boolean fittedData) Returns a list of all the points in the linear Sholl profile associated with the highest intersections countLinearProfileStats.getPolynomialMaxima(double lowerBound, double upperBound, double initialGuess) Calculates local maxima (critical points at which the derivative of the polynomial is zero) within the specified interval. -
Uses of ShollPoint in sc.fiji.snt.analysis.sholl.parsers
Fields in sc.fiji.snt.analysis.sholl.parsers declared as ShollPoint -
Uses of ShollPoint in sc.fiji.snt.util
Methods in sc.fiji.snt.util that return ShollPointMethod parameters in sc.fiji.snt.util with type arguments of type ShollPointModifier and TypeMethodDescriptionstatic voidShollPoint.scale(Collection<ShollPoint> points, ij.measure.Calibration cal)