|
|
# Contents
|
|
|
|
|
|
### GLOBAL VARIABLES
|
|
|
|
|
|
| Variable | Class | Description |
|
|
|
| -------- | ------ | ----- |
|
|
|
|CONSTANTS | struct |List of Values and parameters universal to the Dataset|
|
|
|
|[CellFamilies](CellFamilies) | struct |Struct containing information associating multiple TRACKS linked by mitosis |
|
|
|
|[CellHulls](CellHulls) | struct |Struct containing the values of each hull, the results of segmentation |
|
|
|
|[CellTracks](CellTracks)| struct |Struct containing information associating multiple HULLS linked by the tracker ||
|
|
|
|
|
|
### KEY FUNCTIONS
|
|
|
|
|
|
| Package Name | Description |
|
|
|
| ------ | ----- |
|
|
|
| Load.GetSupportedCellTypes | Adds the segmentation algorithms to list for the user|
|
|
|
|UI.Cells | Renders the Figure that shows the image and the Hull structures |
|
|
|
|UI.Trees | Renders the Figure that shows the lineage and fluorscent statistic |
|
|
|
|
|
|
### FUNCTION PACKAGES
|
|
|
|
|
|
| Package Name | Description |
|
|
|
| ------ | ----- |
|
|
|
|[assign][1] |Rectangular assignment library |
|
|
|
|Dev | |
|
|
|
|Editor | |
|
|
|
|Error |Functions that calculate the error values in segmentation and tracking |
|
|
|
|Families |Functions that create and manage the fields in [CellFamilies](CellFamilies) |
|
|
|
|Helper |Misc Functions useful for developer activities on LEVER|
|
|
|
|Hulls |Functions that create and manage the fields in [CellHulls](CellHulls)|
|
|
|
|Load |Set of functions that open and manage the data stored .mat files|
|
|
|
|[matlab_bgl][2] |Matlab Boost Graph Library bindings|
|
|
|
|Segmentation|Functions that operate the Segmentor, the algorithms that creates hulls from each raw image|
|
|
|
|Tracker |Functions that operate the tracker, the algorithms that associate hulls over time |
|
|
|
|Tracks |Functions that create and manage the fields in [CellTracks](CellTracks) |
|
|
|
|UI |Functions that control the creation and editing of the UI ||
|
|
|
|
|
|
### See More
|
|
|
##### [UI CONTROLS](UserInterface)
|
|
|
##### Important Definitions
|
|
|
Important terms in LEVER such as
|
|
|
[Segmentation](Segmentation),
|
|
|
[Multitemporial Tracking](Multitemp Tracking) and
|
|
|
[Lineaging](Lineaging)
|
|
|
|
|
|
##### [LEVER HOW Tos](Howtos)
|
|
|
|
|
|
[1]: http://www.mathworks.com/matlabcentral/fileexchange/6543-functions-for-the-rectangular-assignment-problem
|
|
|
[2]: http://www.mathworks.com/matlabcentral/fileexchange/10922-matlabbgl |