Uses of Class
sc.fiji.snt.analysis.sholl.Profile
Packages that use Profile
Package
Description
Analysis of
Trees.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)
SNT add-ons as IJ2 commands
-
Uses of Profile in sc.fiji.snt.analysis
Methods in sc.fiji.snt.analysis with parameters of type Profile -
Uses of Profile in sc.fiji.snt.analysis.sholl
Methods in sc.fiji.snt.analysis.sholl that return Profile -
Uses of Profile in sc.fiji.snt.analysis.sholl.gui
Methods in sc.fiji.snt.analysis.sholl.gui with parameters of type ProfileConstructors in sc.fiji.snt.analysis.sholl.gui with parameters of type ProfileModifierConstructorDescriptionShollOverlay(Profile profile) ShollOverlay(Profile profile, ij.ImagePlus imp) ShollOverlay(Profile profile, ij.ImagePlus imp, boolean clearExistingROIs) ShollPlot(ShollStats.DataMode dataMode, Profile... profiles) ShollTable(Profile profile) Instantiates a new table from aProfile -
Uses of Profile in sc.fiji.snt.analysis.sholl.math
Fields in sc.fiji.snt.analysis.sholl.math declared as ProfileModifier and TypeFieldDescriptionprotected final ProfileCommonStats.profileprotected final ProfileCommonStats.profileMethods in sc.fiji.snt.analysis.sholl.math that return ProfileModifier and TypeMethodDescriptionPolarProfileStats.getProfile()ShollStats.getProfile()protected ProfileLinearProfileStats.getProfileCopy()Constructors in sc.fiji.snt.analysis.sholl.math with parameters of type ProfileModifierConstructorDescriptionComparator(Profile profile1, Profile profile2) LinearProfileStats(Profile profile) Instantiates the Linear Profile Statistics.LinearProfileStats(Profile profile, ShollStats.DataMode dataMode) Instantiates the Linear Profile Statistics.NormalizedProfileStats(Profile profile, int normalizationFlag) NormalizedProfileStats(Profile profile, int normalizationFlag, int methodFlag) NormalizedProfileStats(Profile profile, ShollStats.DataMode dataMode, int normalizationFlag) NormalizedProfileStats(Profile profile, ShollStats.DataMode dataMode, int normalizationFlag, int methodFlag) PolarProfileStats(Profile profile) Instantiates a new PolarProfileStats from an existing Sholl Profile, with the default angular resolution (10°).PolarProfileStats(Profile profile, ShollStats.DataMode dataMode, double angleStepSize) Instantiates a new PolarProfileStats from a Profile with custom angular resolution. -
Uses of Profile in sc.fiji.snt.analysis.sholl.parsers
Fields in sc.fiji.snt.analysis.sholl.parsers declared as ProfileMethods in sc.fiji.snt.analysis.sholl.parsers that return ProfileModifier and TypeMethodDescriptionImageParser.getProfile()ImageParser2D.getProfile()ImageParser3D.getProfile()Parser.getProfile()Gets the Sholl profile generated by the parsing operation.TabularParser.getProfile()TreeParser.getProfile() -
Uses of Profile in sc.fiji.snt.plugin
Methods in sc.fiji.snt.plugin that return ProfileMethods in sc.fiji.snt.plugin with parameters of type ProfileModifier and TypeMethodDescriptionprotected voidShollAnalysisImgCommonCmd.setProfile(Profile profile)