Package | Description |
---|---|
icy.plugin.abstract_ |
Plugin abstract classes
|
icy.plugin.interface_ |
All supported plugin interface to specialize plugin in a specific task (Canvas, ROI, file importer...)
|
plugins.kernel.canvas |
Contains all canvas type plugins for the kernel
|
plugins.kernel.importer |
Contains all Importer type plugins for the kernel
|
plugins.kernel.roi.descriptor.intensity |
Contains ROI Descriptor plugins for intensity informations (kernel)
|
plugins.kernel.roi.descriptor.measure |
Contains ROI Descriptor plugins for basic size measurements (kernel)
|
plugins.kernel.roi.descriptor.property |
Contains ROI Descriptor plugins for ROI properties (kernel)
|
plugins.kernel.roi.roi2d.plugin |
Contains all 2D ROI plugin classes included in the kernel
|
plugins.kernel.roi.roi3d.plugin | |
plugins.kernel.roi.tool.plugin | |
plugins.kernel.searchprovider |
Contains all Search Provider plugins included in the kernel.
|
Modifier and Type | Class and Description |
---|---|
class |
PluginFileImporter
Plugin specialized for File import operation (see the
FileImporter interface) |
class |
PluginImporter
Plugin specialized for import operation (see the
Importer interface) |
class |
PluginSequenceExporter
Plugin specialized for Sequence export operation (see the
SequenceExporter interface) |
class |
PluginSequenceFileExporter
Plugin specialized for Sequence file export operation (see the
SequenceFileExporter
interface) |
class |
PluginSequenceFileImporter
Plugin specialized for Sequence file import operation (see the
SequenceFileImporter interface) |
class |
PluginSequenceIdImporter
Plugin specialized for Sequence id import operation (see the
SequenceIdImporter interface) |
class |
PluginSequenceImporter
Plugin specialized for Sequence import operation (see the
SequenceImporter interface) |
Modifier and Type | Interface and Description |
---|---|
interface |
PluginCanvas
Plugin Canvas interface.
|
interface |
PluginLibrary
Plugin Library interface.
|
interface |
PluginROI
Plugin ROI interface.
|
interface |
PluginROIDescriptor
Plugin interface providing the basic functionalities to compute various descriptors for regions
of interest (ROI)
|
interface |
PluginSearchProvider
Plugin Search Provider interface.
|
Modifier and Type | Class and Description |
---|---|
class |
Canvas2DPlugin |
class |
VtkCanvasPlugin
Plugin wrapper for VtkCanvas
|
Modifier and Type | Class and Description |
---|---|
class |
LociImporterPlugin
LOCI Bio-Formats library importer class.
|
Modifier and Type | Class and Description |
---|---|
class |
ROIIntensityDescriptorsPlugin
This
PluginROIDescriptor implements the following "intensity" ROI descriptors:Minimum intensity Mean intensity Maximum intensity Sum intensity Standard deviation |
Modifier and Type | Class and Description |
---|---|
class |
ROIBasicMeasureDescriptorsPlugin
This
PluginROIDescriptor implements the following basic measures ROI descriptors:Contour (in pixel) Interior (in pixel) Perimeter (pixel size unit - 2D ROI only) Surface Area (pixel size unit - 3D ROI only) Area (pixel size unit - 2D ROI only) Volume (pixel size unit - 3D ROI only) |
class |
ROIMassCenterDescriptorsPlugin
This
PluginROIDescriptor implements the mass center ROI descriptors:Mass center X (in pixel) Mass center Y (in pixel) Mass center C (in pixel) Mass center Z (in pixel) Mass center T (in pixel) |
Modifier and Type | Class and Description |
---|---|
class |
ROIPositionDescriptorsPlugin
This
PluginROIDescriptor implements the position ROI descriptors:Position X (in pixel) Position Y (in pixel) Position C (in pixel) Position Z (in pixel) Position T (in pixel) |
class |
ROIPropertyDescriptorsPlugin
|
class |
ROISizeDescriptorsPlugin
This
PluginROIDescriptor implements the size ROI descriptors:Size X (in pixel) Size Y (in pixel) Size C (in pixel) Size Z (in pixel) Size T (in pixel) |
Modifier and Type | Class and Description |
---|---|
class |
ROI2DAreaPlugin
Plugin class for ROI2DArea.
|
class |
ROI2DEllipsePlugin
Plugin class for ROI2DEllipse.
|
class |
ROI2DLinePlugin
Plugin class for ROI2DLine.
|
class |
ROI2DPointPlugin
Plugin class for ROI2DPoint.
|
class |
ROI2DPolygonPlugin
Plugin class for ROI2DPolygon.
|
class |
ROI2DPolyLinePlugin
Plugin class for ROI2DPolyLine.
|
class |
ROI2DRectanglePlugin
Plugin class for ROI2DRectangle.
|
Modifier and Type | Class and Description |
---|---|
class |
ROI3DLinePlugin
Plugin class for ROI3DLine.
|
class |
ROI3DPointPlugin
Plugin class for ROI3DPoint.
|
class |
ROI3DPolyLinePlugin
Plugin class for ROI3DPolyLine.
|
Modifier and Type | Class and Description |
---|---|
class |
ROILineCutterPlugin
Plugin class for ROI2DLine.
|
Modifier and Type | Class and Description |
---|---|
class |
PluginKernelSearchProvider |
class |
PluginLocalPluginProvider |
class |
PluginOnlinePluginProvider |