Serialized Form


Package exception

Class exception.InvalidConfigParameterException extends java.lang.Exception implements Serializable

serialVersionUID: -1748849633828468331L

Class exception.InvalidSkeletonException extends java.lang.Exception implements Serializable

serialVersionUID: 8836394003258985145L

Class exception.InvalidWeightFunctionGivenException extends java.lang.Exception implements Serializable

serialVersionUID: 4881056053589432599L

Class exception.WrongUsageOfAlgorithmException extends java.lang.Exception implements Serializable

serialVersionUID: 5482276730995188134L


Package geometry.object

Class geometry.object.SkeletonBranch extends org.jgrapht.graph.DefaultWeightedEdge implements Serializable

serialVersionUID: -8396508389200836257L

Serialized Fields

startnode

SkeletonNode startnode

endnode

SkeletonNode endnode

nodes

java.util.List<E> nodes

Package gui

Class gui.DatabaseAccessGUI extends javax.swing.JComponent implements Serializable

serialVersionUID: -540542127381912653L

Serialized Fields

database

java.lang.String database
the name of the database

Class gui.Matching3DGui extends javax.swing.JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

toBeRemoved

java.util.List<E> toBeRemoved

input

javax.swing.JComboBox input

useOriginalPathDistance

javax.swing.JRadioButton useOriginalPathDistance

usePathDistanceByPath

javax.swing.JRadioButton usePathDistanceByPath

useDenominator

javax.swing.JRadioButton useDenominator

dontUseDenominator

javax.swing.JRadioButton dontUseDenominator

nospL

javax.swing.JLabel nospL

nosp

javax.swing.JTextField nosp

alphaL

javax.swing.JLabel alphaL

alpha

javax.swing.JTextField alpha

group_pathdistance

javax.swing.ButtonGroup group_pathdistance

group_denominator

javax.swing.ButtonGroup group_denominator

useHungarianToExtractSimilarity

javax.swing.JRadioButton useHungarianToExtractSimilarity

useOSBToExtractSimilarity

javax.swing.JRadioButton useOSBToExtractSimilarity

group_similarity

javax.swing.ButtonGroup group_similarity

useDefaultOrder

javax.swing.JRadioButton useDefaultOrder

orderByPathLength

javax.swing.JRadioButton orderByPathLength

group_order

javax.swing.ButtonGroup group_order

showAllMatchings

javax.swing.JRadioButton showAllMatchings

filterByMean

javax.swing.JRadioButton filterByMean

filterByMeanAndStd

javax.swing.JRadioButton filterByMeanAndStd

filterByMedian

javax.swing.JRadioButton filterByMedian

filterByAngle

javax.swing.JRadioButton filterByAngle

filterByAnglePlusStd

javax.swing.JRadioButton filterByAnglePlusStd

group_filter

javax.swing.ButtonGroup group_filter

preprocess

javax.swing.JTextField preprocess

preprocessL

javax.swing.JLabel preprocessL

numberOfDummyNodes

javax.swing.JTextField numberOfDummyNodes

numberOfDummyNodesL

javax.swing.JLabel numberOfDummyNodesL

finalMatchingWithOSB

javax.swing.JRadioButton finalMatchingWithOSB

finalMatchingWithHungarian

javax.swing.JRadioButton finalMatchingWithHungarian

group_finalmatching

javax.swing.ButtonGroup group_finalmatching

showVolume

javax.swing.JRadioButton showVolume

showSkeleton

javax.swing.JRadioButton showSkeleton

showBoth

javax.swing.JRadioButton showBoth

group_visualization

javax.swing.ButtonGroup group_visualization

vtkpanel

vtk.vtkRenderWindowPanel vtkpanel

ok

javax.swing.JButton ok

Class gui.PSGMGui extends DatabaseAccessGUI implements Serializable

serialVersionUID: -7307277316293869743L

Serialized Fields

c1

javax.swing.JComboBox c1
combo box to choose the first matching object


c2

javax.swing.JComboBox c2
combo box to choose the second matching object


preprocessl

javax.swing.JLabel preprocessl
label for preprocessing field


preprocesst

javax.swing.JTextField preprocesst
text input for preprocessing threshold


alphal

javax.swing.JLabel alphal
label for alpha value


nospl

javax.swing.JLabel nospl
label for the number of sample points


alphat

javax.swing.JTextField alphat
textfield to enter the alpha weight value


nospt

javax.swing.JTextField nospt
textfield to enter the number of sample points


ok

javax.swing.JButton ok
button to start matching process


resultL

javax.swing.JLabel resultL
label to hold the result image, empty at start

Class gui.SearchGUI extends DatabaseAccessGUI implements Serializable

serialVersionUID: 470395811357981608L

Serialized Fields

search

javax.swing.JButton search
button to start similarity search


c

javax.swing.JComboBox c
combo box holding the database entries, to choose the input for the search


labels

javax.swing.JLabel[] labels
labels containing the similarity search results, empty at beginning


alphal

javax.swing.JLabel alphal
label to hold the description for the alpha input field


nospl

javax.swing.JLabel nospl
label to the description for the input field for number of sample points


alphat

javax.swing.JTextField alphat
textfield for the input of the alpha value


nospt

javax.swing.JTextField nospt
textfield for the input of the number of sample points