public interface Descriptor
| Modifier and Type | Interface and Description |
|---|---|
static class |
Descriptor.Supports
Defines the capability of the algorithm.
|
| Modifier and Type | Field and Description |
|---|---|
static EnumSet<Descriptor.Supports> |
DOES_ALL
Convenience field for "support all kinds of images".
|
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a change listener to this descriptor.
|
void |
run(ij.process.ImageProcessor ip)
Start processing of this algorithm on the given image processor.
|
EnumSet<Descriptor.Supports> |
supports()
Determine the capabilities of this algorithm.
|
static final EnumSet<Descriptor.Supports> DOES_ALL
EnumSet<Descriptor.Supports> supports()
void run(ij.process.ImageProcessor ip)
ip - void addPropertyChangeListener(PropertyChangeListener listener)
listener - Copyright © 2013. All Rights Reserved.