Readme file
This is a readme file describing directory structure for Traces directory. First we explain layout of sub-directories and latter will explain indivisual file.
Direcoty Structure
Sr. No. | Directory Name | Description |
1 | image | Contain images we have captured |
2 | matlab_fig | Matlab figure data |
3 | matlab_file | Matlab program |
4 | raw data | Raw data |
processed data | Processed data | |
main procedure | Contain all the required matlab files. we describe all of them as below. |
(1) BuildingMap.m - View the building data
(2) AllPersonTrajectoryMap.m - View the all person's trajectory on the given building data
(3) AllSpeed.m - Calculates window based speed for all persons and plot it in one dimension time series
(4) All_RegionDensity.m - Calculates window based distinct region explored for all persons and plot it in one dimension time series
(5) Global_avg_speed_60win.m - Calculate global average speed during evacuation
(6) Global_avg_speed_10win.m - --- static code perfom same as above but window speed is 10
(7) Demo_200_secPathAllPersonMap.m --- a code to visualize trajectory of each person per 200 observations
(8) AllSuspiciousPersonMap.m --- a code to visualize a trajectories of suspicious and victims person