Uses of Class
sc.fiji.snt.analysis.sholl.math.LinearProfileStats
Packages that use LinearProfileStats
-
Uses of LinearProfileStats in sc.fiji.snt.analysis
Methods in sc.fiji.snt.analysis that return LinearProfileStatsModifier and TypeMethodDescriptionShollAnalyzer.getLinearStats()Gets theLinearProfileStatsassociated with this analyzer.Methods in sc.fiji.snt.analysis with parameters of type LinearProfileStatsModifier and TypeMethodDescriptionvoidTreeColorMapper.map(Tree tree, LinearProfileStats stats, net.imglib2.display.ColorTable colorTable) Colorizes a tree using Sholl data. -
Uses of LinearProfileStats in sc.fiji.snt.analysis.sholl.math
Constructors in sc.fiji.snt.analysis.sholl.math with parameters of type LinearProfileStatsModifierConstructorDescriptionPolarProfileStats(LinearProfileStats linerStats, double angleStepSize) Instantiates a new PolarProfileStats from a Profile with custom angular resolution.