Package | Description |
---|---|
loci.chainableplugin | |
loci.chainableplugin.deepzoom | |
loci.deepzoom.plugin | |
loci.multiinstanceplugin | |
loci.multiinstanceplugin.deepzoom |
Modifier and Type | Method and Description |
---|---|
int |
AbstractPipelineProcessor.nextInChainProcess(ImageWrapper image)
This method passes on the image to the next processor.
|
int |
IProcessor.process(ImageWrapper imageWrapper)
Method to be overridden to do the actual work of the processor.
|
abstract int |
AbstractPipelineProcessor.process(ImageWrapper imageWrapper)
This is the abstract method that does the work, to be implemented in the
concrete class processor.
|
Modifier and Type | Method and Description |
---|---|
int |
ScaleInHalfProcessor.process(ImageWrapper image) |
int |
DeepZoomExporter.process(ImageWrapper image)
Processes a given image.
|
int |
CutTilesProcessor.process(ImageWrapper image)
Does the image processing.
|
Constructor and Description |
---|
ImageWrapper(ImageWrapper other)
Creates an ImageWrapper based on another ImageWrapper.
|
ImageWrapper(ImageWrapper other,
String name,
int width,
int height)
Creates an ImageWrapper for a new image based on another ImageWrapper.
|
Modifier and Type | Method and Description |
---|---|
ImageWrapper |
IPlugin.get()
Gets the default input image from previous in chain.
|
ImageWrapper |
AbstractPlugin.get()
Gets the default input image from previous in chain.
|
ImageWrapper |
PluginScheduler.get(String fullInName)
Gets image for fully-qualified name.
|
ImageWrapper |
IPlugin.get(String inName)
Gets a named input image from previous in chain.
|
ImageWrapper |
AbstractPlugin.get(String inName)
Gets a named input image from previous in chain.
|
Modifier and Type | Method and Description |
---|---|
void |
LinkedPlugin.externalPut(ImageWrapper image)
Used to put default image from outside the plugin.
|
void |
ILinkedPlugin.externalPut(ImageWrapper image)
Used to put default image from outside the plugin.
|
void |
PluginLauncher.externalPut(String name,
ImageWrapper image)
Initiates a plugin chain by feeding a named image to this launcher's
plugin.
|
void |
LinkedPlugin.externalPut(String inName,
ImageWrapper image)
Used to put named image from outside the plugin.
|
void |
IPluginLauncher.externalPut(String name,
ImageWrapper image)
Used to initiate a plugin chain.
|
void |
ILinkedPlugin.externalPut(String inName,
ImageWrapper image)
Used to put named image from outside the plugin.
|
void |
IPlugin.put(ImageWrapper image)
Puts the default output image to next in chain (if any).
|
void |
AbstractPlugin.put(ImageWrapper image)
Puts the default output image to next in chain (if any).
|
void |
PluginScheduler.put(String fullInName,
ImageWrapper image)
Passes image to fully-qualified name.
|
void |
IPlugin.put(String outName,
ImageWrapper image)
Puts named output image to next in chain (if any).
|
void |
AbstractPlugin.put(String outName,
ImageWrapper image)
Puts named output image to next in chain (if any).
|
Modifier and Type | Method and Description |
---|---|
void |
IPluginInternal.start(Map<String,ImageWrapper> inputImages,
Map<String,String> outputNames)
Starts up processing.
|
void |
AbstractPlugin.start(Map<String,ImageWrapper> inputImages,
Map<String,String> outputNames)
Starts up processing.
|
Modifier and Type | Method and Description |
---|---|
int |
DeepZoomExporter.process(ImageWrapper image)
Processes a given image.
|
int |
ScaleInHalfProcessor.processX(ImageWrapper image) |
int |
CutTilesProcessor.processX(ImageWrapper image)
Does the image processing.
|
Copyright © 2015–2022 SciJava. All rights reserved.