SiC Image analysis
1.0.2
|
ProgramMain.Algorithm.AlgorithmSystem1 | Algorithm for system 1 |
ProgramMain.Algorithm.AlgorithmSystem2 | Algorithm for system 2 - Line identifying system |
ProgramMain.Algorithm.AlgorithmSystem3 | Class for caluclating the heightmap for system 3 |
ProgramMain.Algorithm.Common | Class that includes functions that are uesd by all systems |
ProgramMain.Converters.Converter | Class for converting datatypes |
ProgramMain.Converters.DataTableConverter | Class for converting the DataTable to datatypes that are more convinient |
ProgramMain.ImageViews.EditView.EditImageController | Controller for the edit image view |
ProgramMain.ImageViews.EditView.EditImageView | Gui part of the edit image view |
ProgramMain.Algorithm.FinalShape | A FinalShape is a shape with limited bounding box, to save memory, this is used for storing multible shapes |
ProgramMain.ImageViews.HeightMapController | Class that contains the non-GUI part of the HeightmapView |
ProgramMain.ImageViews.HeightmapView | Class for the heightmap view |
ProgramMain.ImageViews.EditView.HelpLandscapeView | Class for handling the gui-parts of the Help in the landscape view |
ProgramMain.ImageViews.EditView.HelpSystem1 | Class for handling the gui-parts for the help in system 1 |
ProgramMain.Algorithm.IAlgorithm | Interface for the algorithms used in system 1 and 2. Contains the parts that are identical to system 1 and 2 |
ProgramMain.ImageViews.IImageViewController | Class for the controler of system 1 and 2 (non-gui parts) Base class for all common parts in system 1 and 2. ImageViewControler1 and ImageViewControler2 inherits from this class |
ProgramMain.ImageViews.EditView.Properties.ImageBrushes | A strongly-typed resource class, for looking up localized strings, etc |
ProgramMain.ImageViews.ImageViewController1 | Controller functions specific for system 1 |
ProgramMain.ImageViews.ImageViewController2 | Controller functions specific for system 2 |
ProgramMain.ImageViews.ImageViewSystem1 | Class for showing the GUI part in system 1 |
ProgramMain.ImageViews.ImageViewSystem2 | Class for showing the GUI part in system 2 |
ProgramMain.ImageViews.LandscapeView | Class for showing the landscape in 3D |
ProgramMain.MainMenu | The Main menu GUI part |
ProgramMain.ImageViews.EditView.PictureBoxView | View for showing an image in a separate window |
ProgramMain.ImageViews.EditView.Properties.Resources | A strongly-typed resource class, for looking up localized strings, etc |
ProgramMain.ImageViews.EditView.Properties.Settings | |
ProgramMain.Algorithm.Shape | Represents a general shape |
ProgramMain.Algorithm.ShapeBuilder | A shape builder is a shape with a full sized back end image mask, this is used to build a shape from scratch |