|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractJAIFlattener | |
|---|---|
| adams.data.jai.flattener | |
| adams.flow.transformer | |
| Uses of AbstractJAIFlattener in adams.data.jai.flattener |
|---|
| Subclasses of AbstractJAIFlattener in adams.data.jai.flattener | |
|---|---|
class |
DFT
Performs discrete fourier transform (DFT). |
class |
Histogram
Turns an image into a histogram. In case of an 8-bit histogram, the image must already be converted to a gray image. |
class |
NamedSetup
Applies a JAI flattener that is referenced via its global setup name (see 'NamedSetups'). |
class |
PixelClassifications
Generates an instance for each pixel classification that is stored in the image's report. Pixel classifications are generated with the adams.flow.transformer.PixelSelector transformer, using the adams.flow.transformer.pixelselector.AddClassification action. |
class |
Pixels
Gets all the pixels of the image. |
| Fields in adams.data.jai.flattener declared as AbstractJAIFlattener | |
|---|---|
protected AbstractJAIFlattener |
NamedSetup.m_ActualScheme
the actual scheme. |
| Methods in adams.data.jai.flattener that return AbstractJAIFlattener | |
|---|---|
static AbstractJAIFlattener |
AbstractJAIFlattener.forCommandLine(String cmdline)
Instantiates the transformation from the given commandline (i.e., classname and optional options). |
static AbstractJAIFlattener |
AbstractJAIFlattener.forName(String classname,
String[] options)
Instantiates the transformation with the given options. |
protected AbstractJAIFlattener |
NamedSetup.getActualScheme()
Returns the named setup. |
| Uses of AbstractJAIFlattener in adams.flow.transformer |
|---|
| Fields in adams.flow.transformer declared as AbstractJAIFlattener | |
|---|---|
protected AbstractJAIFlattener |
JAIFlattener.m_FlattenAlgorithm
the transformer to apply to the image. |
| Methods in adams.flow.transformer that return AbstractJAIFlattener | |
|---|---|
AbstractJAIFlattener |
JAIFlattener.getFlattenAlgorithm()
Returns the flattener in use. |
| Methods in adams.flow.transformer with parameters of type AbstractJAIFlattener | |
|---|---|
void |
JAIFlattener.setFlattenAlgorithm(AbstractJAIFlattener value)
Sets the flattener to use. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||