11Everything here incorporates the [ Trajectory-Hotspots] ( https://github.com/NHLStenden-ISAL/Trajectory_Hotspots ) library
22as a submodule. The visualization is based on the algorithms used in the library.
33
4+ ---
5+ ## Installation
6+
7+ 1 . [ Download Latest Version] ( https://github.com/BardoBard/Trajectory-Hotspots-Visualization/releases/latest ) and unzip.
8+ 2 . Add path to your Trajectory.txt with options to the Config.txt file.
9+ 3 . Run the executable from the unzipped folder and give location of Config.txt file as argument.
10+
11+ ---
12+
413# Trajectory-Hotspots-Visualization
514
615Visualizes trajectories and their hotspots in 2D.
716
8- Simple example:
17+ ### Examples:
18+
19+ <img src =" .github/images/simple_example.png " alt =" simple_example " style =" margin-right : 9% ;" width =" 45% " title =" Trajectory " /> <img src =" .github/images/large_example.png " alt =" simple_example " width =" 45% " title =" Trajectory " />
920
10- < img src = " .github/images/simple_example.png " alt = " simple_example " width = " 300vw " title = " Trajectory " />
21+ ---
1122
1223# Trajectory-Hotspots-Benchmark
1324
1425Benchmarking tool for the Trajectory-Hotspots library. The benchmarking tool is
1526
16- ## Installation
17-
18- - [ Download Latest Version] ( https://github.com/BardoBard/Trajectory-Hotspots-Visualization/releases/latest ) and unzip.
19- - Add path to your trajectories with options to the Config.txt file.
20- - Run the executable from the unzipped folder and give location of Config.txt file as argument.
27+ ---
2128
2229## Buttons
2330
31+ Keyboard:
32+
33+ ---
34+ ![ keyboard_buttons.png] ( .github/images/keyboard_buttons.png )
35+
36+ Mouse:
37+
2438---
25- | Button | Usage |
26- | ------------| --------------------------------|
27- | Arrow Keys | Move camera |
28- | T | Toggle text on/off |
29- | MouseWheel | Zoom in/out |
30- | Mouse Drag | Move camera |
31- | +- | Increase/Decrease Camera speed |
32- | Esc | Close application |
39+
40+ ![ mouse_buttons.png] ( .github/images/mouse_buttons.png )
3341---
3442
3543## Clone
44+
3645clone with submodules
3746
3847``` bash
@@ -44,7 +53,7 @@ the [website](https://vcpkg.io/en/getting-started.html).
4453
4554#### Install:
4655
47- install might take a while
56+ install might take a while
4857
4958``` bash
5059vcpkg install qt5
@@ -56,7 +65,9 @@ vcpkg integrate install
5665
5766## Dependencies
5867
59- - QT5 (5.15.11)
60- - CGAL (5.6)
61- - OpenGl (2022-12-04 #3 )
62- - Nanobench (4.3.11)
68+ | Dependency | Version |
69+ | ------------| --------------|
70+ | CGAL | 5.6 |
71+ | CGAL[ QT] | - |
72+ | OpenGl | 2022-12-04 #3 |
73+ | Nanobench | 4.3.11 |
0 commit comments