-
Notifications
You must be signed in to change notification settings - Fork 6
Segmentation
After filling the data input section of the program (Paths & Files Format, Experiment Settings and Experiment Properties) the user is able to proceed to the Segmentation process.
### Segmentation Overview ### As described in the [publication](http://www.nature.com/articles/srep14562), compared to previous approaches that attempted to categorise the behaviour of animals by using the whole swimming paths, this approach first splits the animal trajectory inside the Morris Water Maze into segments and then tries to classify each one of them. In that way the difficulty of classifying long animal trajectories exhibiting many different kinds of behaviour is overcome.The segmentation process works as follows: each trajectory is divided into N segments of length d. Each segment overlaps with previous segments (by an h percentage) to reduce the classification variance due to unfavourable segmentations.
### The Segmentation Panel ###-
Segmentation Length: Specifies the length d of the segments (small variations may apply due to the the discrete nature and spacing of available data points).
-
Segment Overlap: Specifies the percentage of overlap (h) between the segments. h needs to be positive and less or equal to 1.
-
Segmentation (Button): If the above information (including the data input section of the program) is provided correctly then the program reads the animal trajectories and segments them. Moreover, it computes the features of the trajectories and the segments. When the process is finished all the values are stored inside an object called segmentation_configs_#id which is stored inside the specified Output Folder.
Introduction
How to Use
- Getting started
- Data preparation
- Starting a new project
- The Segmentation process
- The Labelling process
- The Classification process
- Results
- Walkthrough
- Extras
Appendix
Version History
How to Use (version 3)
- Getting started
- Data preparation
- Starting a new project
- The Segmentation process
- The Labelling process
- The Classification process
- Results
- Extras
- List of Labels
- Flowcharts
- The Project Folder
How to Use (version 1 and 2)