Modifier and Type | Class and Description |
---|---|
static class |
Frangi_.AbsoluteFloatComparator
A comparator for sorting floats by absolute value
|
static class |
Frangi_.Progress
An implementation of the MultiTaskProgress interface that
updates the ImageJ progress bar
|
static class |
Frangi_.VesselnessCalculator<T extends RealType<T>>
A helper class for calculating the "vesselness" of an
image, designed for use from ExecutorService
|
Constructor and Description |
---|
Frangi_() |
Modifier and Type | Method and Description |
---|---|
String |
formatReal(double n) |
static String |
intArrayToString(int[] array)
Produces a String with comma-separated list version of an int array
|
ij.ImagePlus |
process(ij.ImagePlus input,
int scales,
double minimumScale,
double maximumScale)
Returns a version of input that is processed for
"vesselness".
|
ij.ImagePlus |
process(ij.ImagePlus input,
int scales,
double minimumScale,
double maximumScale,
boolean showGaussianImages,
boolean showFilteredImages,
boolean showWhichScales,
MultiTaskProgress progress)
Returns a version of input that is processed for "vesselness"
|
void |
run(String ignored)
Ask for parameters via a GenericDialog and process the image
|
public static String intArrayToString(int[] array)
public ij.ImagePlus process(ij.ImagePlus input, int scales, double minimumScale, double maximumScale)
public String formatReal(double n)
public ij.ImagePlus process(ij.ImagePlus input, int scales, double minimumScale, double maximumScale, boolean showGaussianImages, boolean showFilteredImages, boolean showWhichScales, MultiTaskProgress progress)
public void run(String ignored)
run
in interface ij.plugin.PlugIn
Copyright © 2015–2021 Fiji. All rights reserved.