Serialized Form


Package plugins.big.bigsnake.gui

Class plugins.big.bigsnake.gui.CreditsPane extends javax.swing.JDialog implements Serializable

serialVersionUID: 4359134367179472853L

Serialized Fields

image_

java.awt.Image image_
About image.


about_

plugins.big.bigsnake.gui.CreditsPane.About about_
About panel.


imageFound_

boolean imageFound_
Determines if the image could be found.

Class plugins.big.bigsnake.gui.ImageSettingsPane extends plugins.big.bigsnakeutils.icy.gui.CollapsiblePanel implements Serializable

serialVersionUID: 1437522417562022731L

Serialized Fields

selectedImageLabel_

javax.swing.JLabel selectedImageLabel_
Label for the selected image combo box.


selectedChannelLabel_

javax.swing.JLabel selectedChannelLabel_
Label for the selected channel combo box.


gaussianBlurLabel_

javax.swing.JLabel gaussianBlurLabel_
Label for the spinner that contains the standard deviation of the Gaussian prefiltering.


selectedImageName_

javax.swing.JLabel selectedImageName_
Label displaying the name of the selected image.


selectedChannelComboBox_

javax.swing.JComboBox selectedChannelComboBox_
Combo box where the user selects the channel from the input image.


gaussianBlurSpinner_

javax.swing.JSpinner gaussianBlurSpinner_
Spinner that contains the standard deviation of the Gaussian prefiltering.


imageLUTs_

java.util.HashMap<K,V> imageLUTs_
Points to the HashMap of the plug-in that pairs the images and the LUTs.


activeSequence_

icy.sequence.Sequence activeSequence_
Focused image.

Class plugins.big.bigsnake.gui.SnakeSettingsPane extends plugins.big.bigsnakeutils.icy.gui.CollapsiblePanel implements Serializable

serialVersionUID: -2078162621447160540L

Serialized Fields

targetBrightnessComboBox_

javax.swing.JComboBox targetBrightnessComboBox_

numControlPointsSpinner_

javax.swing.JSpinner numControlPointsSpinner_

energyTypeComboBox_

javax.swing.JComboBox energyTypeComboBox_

alphaSpinner_

javax.swing.JSpinner alphaSpinner_

priorShapeComboBox_

javax.swing.JComboBox priorShapeComboBox_

shapeSpaceComboBox_

javax.swing.JComboBox shapeSpaceComboBox_

betaSpinner_

javax.swing.JSpinner betaSpinner_

maxIterationsSpinner_

javax.swing.JSpinner maxIterationsSpinner_

immortalCheckbox_

javax.swing.JCheckBox immortalCheckbox_

targetBrightnessLabel_

javax.swing.JLabel targetBrightnessLabel_

numControlPointsLabel_

javax.swing.JLabel numControlPointsLabel_

energyTypeLabel_

javax.swing.JLabel energyTypeLabel_

alphaLabel_

javax.swing.JLabel alphaLabel_

priorShapeLabel_

javax.swing.JLabel priorShapeLabel_

shapeSpaceLabel_

javax.swing.JLabel shapeSpaceLabel_

betaLabel_

javax.swing.JLabel betaLabel_

maxIterationsLabel_

javax.swing.JLabel maxIterationsLabel_

energyTypeStrings_

java.lang.String[] energyTypeStrings_

detectTypeStrings_

java.lang.String[] detectTypeStrings_

priorShapeStrings_

java.lang.String[] priorShapeStrings_

shapeSpaceStrings_

java.lang.String[] shapeSpaceStrings_

bigSnake_

BIGSnake bigSnake_

customPriorShape_

plugins.big.bigsnakeutils.shape.priorshapes.shapes.Custom customPriorShape_