@Deprecated public static class ShollAnalysisDialog.ShollResults extends Object
Constructor and Description |
---|
ShollResults(List<ShollAnalysisDialog.ShollPoint> shollPoints,
ij.ImagePlus originalImage,
boolean useAllPaths,
int numberOfPathsUsed,
double x_start,
double y_start,
double z_start,
String description,
int axes,
int normalization,
double sphereSeparation,
boolean twoDimensional)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addToResultsTable()
Deprecated.
|
void |
analyzeWithShollAnalysisPlugin(String exportDir,
double primaryBranches)
Deprecated.
|
int |
crossingsAtDistanceSquared(double distanceSquared)
Deprecated.
|
void |
exportDetailToCSV(File outputFile)
Deprecated.
|
void |
exportSummaryToCSV(File outputFile)
Deprecated.
|
double |
getCriticalValue()
Deprecated.
|
int |
getDendriteMaximum()
Deprecated.
|
double |
getMaxDistanceSquared()
Deprecated.
|
String |
getOriginalFilename()
Deprecated.
|
double |
getRegressionGradient()
Deprecated.
|
double |
getRegressionIntercept()
Deprecated.
|
double |
getRegressionRSquare()
Deprecated.
|
double[] |
getSampledCounts()
Deprecated.
|
double[] |
getSampledDistances()
Deprecated.
|
double |
getShollRegressionCoefficient()
Deprecated.
|
String |
getSuggestedSuffix()
Deprecated.
|
ij.ImagePlus |
makeShollCrossingsImagePlus(ij.ImagePlus original)
Deprecated.
|
public ShollResults(List<ShollAnalysisDialog.ShollPoint> shollPoints, ij.ImagePlus originalImage, boolean useAllPaths, int numberOfPathsUsed, double x_start, double y_start, double z_start, String description, int axes, int normalization, double sphereSeparation, boolean twoDimensional)
public double[] getSampledDistances()
public double[] getSampledCounts()
public int getDendriteMaximum()
public double getCriticalValue()
public double getRegressionGradient()
public double getShollRegressionCoefficient()
public double getRegressionIntercept()
public double getRegressionRSquare()
public double getMaxDistanceSquared()
public String getSuggestedSuffix()
public void analyzeWithShollAnalysisPlugin(String exportDir, double primaryBranches)
public void addToResultsTable()
public int crossingsAtDistanceSquared(double distanceSquared)
public ij.ImagePlus makeShollCrossingsImagePlus(ij.ImagePlus original)
public String getOriginalFilename()
public void exportSummaryToCSV(File outputFile) throws IOException
IOException
public void exportDetailToCSV(File outputFile) throws IOException
IOException
Copyright © 2015–2021 Fiji. All rights reserved.