Package | Description |
---|---|
net.sf.ij_plugins.filters | |
net.sf.ij_plugins.im3d.grow | |
net.sf.ij_plugins.io | |
net.sf.ij_plugins.thresholding | |
net.sf.ij_plugins.util.progress |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAnisotropicDiffusion
Base class for implementing anisotropic diffusion filters.
|
class |
PeronaMalikAnisotropicDiffusion |
class |
SRAD
Speckle Reducing Anisotropic Diffusion (SRAD) filter based on paper:
Y. |
Modifier and Type | Class and Description |
---|---|
class |
SRG
Seeded region growing algorithm based on article by Rolf Adams and Leanne Bischof, "Seeded Region
Growing", IEEE Transactions on Pattern Analysis and Machine Intelligence, vol.
|
class |
SRG2DVector
Seeded region growing algorithm based on article by Rolf Adams and Leanne Bischof, "Seeded Region
Growing", IEEE Transactions on Pattern Analysis and Machine Intelligence, vol.
|
class |
SRG3D
Seeded region growing algorithm based on article by Rolf Adams and Leanne Bischof, "Seeded Region
Growing", IEEE Transactions on Pattern Analysis and Machine Intelligence, vol.
|
Modifier and Type | Class and Description |
---|---|
class |
ExportAsSTL
Interprets image intensity as height and writes a surface represented by the height image
in STL format.
|
Modifier and Type | Class and Description |
---|---|
class |
MaximumEntropyMultiThreshold |
Modifier and Type | Class and Description |
---|---|
class |
DefaultProgressReporter
Default implementation of
ProgressReporter interface. |
class |
ProgressAccumulator
Utility for aggregating progress events from multiple
ProgressReporter 's |
Modifier and Type | Method and Description |
---|---|
void |
ProgressAccumulator.addProgressReporter(ProgressReporter reporter)
Add progress reporter with default weight of
1 . |
void |
ProgressAccumulator.addProgressReporter(ProgressReporter reporter,
double weight)
Add progress
reporter with given weight . |
void |
ProgressAccumulator.addProgressReporter(ProgressReporter reporter,
double weight,
java.lang.String message)
Add progress
reporter with given weight . |
void |
ProgressAccumulator.removeProgressReporter(ProgressReporter reporter) |