Package | Description |
---|---|
icy.plugin.abstract_ |
Plugin abstract classes
|
plugins.tutorial | |
plugins.tutorial.basics | |
plugins.tutorial.chart | |
plugins.tutorial.event | |
plugins.tutorial.gui | |
plugins.tutorial.painter | |
plugins.tutorial.roi | |
plugins.tutorial.training | |
plugins.tutorial.undo | |
plugins.tutorial.vtk |
Modifier and Type | Class and Description |
---|---|
class |
PluginActionable
Base class for actionable Plugin.
|
Modifier and Type | Class and Description |
---|---|
class |
StartAPluginFromAPlugin
This tutorial shows how to start a plugin from a plugin.
|
Modifier and Type | Class and Description |
---|---|
class |
GenerateABugTutorial
This tutorial just create a bug to watch the bug report window in action
To make it harder to catch by ICY, we add the PluginStartAsThread interface, which starts the
plugin as a thread.
|
class |
GenerateImageOfDifferentType
This plugin generates image of all types supported by ICY.
|
class |
HelloWorldPlugin
This tutorial displays a simple message at the bottom of the screen, in a scrolling annonceFrame.
|
class |
ListOfRegisteredPlugins
This tutorial displays the registered plugins ( installed and recognized plugins in ICY ).
|
class |
SimpleIntensify
This plugin do a simple intensify operation on current opened image
|
class |
TransparentlyProcessAnyImageDataType
This tutorial details how to create a simple image processing section without specific
knowledge of the original data type.
|
Modifier and Type | Class and Description |
---|---|
class |
ChartTutorial1
A simple demonstration application showing how to create a bar chart, adapted to ICY.
|
class |
ChartTutorial2
A simple demonstration of a more complex graph from JFreeChart, adapted to ICY
|
Modifier and Type | Class and Description |
---|---|
class |
ActiveSequenceListenerTutorial |
class |
MainListenerTutorial
This class demonstrate how use the MainListener to track global event
on Viewer, Sequence, ROI and Painter objects
|
Modifier and Type | Class and Description |
---|---|
class |
GuiBuildExample01
Plugin Example: A simple interface with some features.
|
class |
SequenceActionFrameExample
This example demonstrates a simple use of the SequenceActionFrame object
|
Modifier and Type | Class and Description |
---|---|
class |
AnimatedOverlayTutorial
This tutorial displays a fancy marked animation at each click.
|
class |
SimpleOverlayTutorial1
This example displays a simple cross over the sequence.
|
class |
SimpleOverlayTutorial2
This plugin shows interaction of painters with users.
|
Modifier and Type | Class and Description |
---|---|
class |
CreateAreaROI
This tutorial creates an Area ROI containing pixel of values greater than the mean of the band 0
of the image (t=0, z=0).
|
class |
IntensityOverRoi
This tutorial details how to create an intensity ruler.
|
class |
ProcessingFromROI
This class show how we can use ROI to do localized operation on image
|
Modifier and Type | Class and Description |
---|---|
class |
MaximumZProjectionPlugin
Basic image processing plugin example: apply a maximum intensity projection along Z axis on the
active sequence
|
class |
MeanIntensityPlugin1 |
class |
MeanIntensityPlugin2 |
class |
MeanIntensityPlugin3 |
class |
ModifyImagePlugin1 |
class |
ModifyImagePlugin2 |
class |
ModifyImagePlugin3 |
class |
OverlayPlugin1 |
class |
ThresholdPlugin1 |
class |
ThresholdPlugin2 |
Modifier and Type | Class and Description |
---|---|
class |
AdvancedUndo
This plugin demonstrate how to use the Undo framework with 'redo' operation support.
|
class |
SimpleUndo
This plugin demonstrate how to use the Undo framework in a very lazy / simple way
|
Modifier and Type | Class and Description |
---|---|
class |
VtkPainterExamples
This plugin shows how to render different VTK objects type through the Painter.
|