The source code was use for the empirical study of trajectory compression ,"Trajectory Simplification: An Experimental Study andQuality Analysis"
- TrajStore algorithm
- Trajic algorithm
- DP algorithm
- DPhull algorithm
- TD-TR algorithm
- MRPA algorithm
- SP algorithm
- Intersect algorithm
- Error-Search algorithm
- Span-Search algorithm
- Unifrom algorithm
- OPW algorithm
- OPW-TR algorithm
- Dead Reckoning algorithm
- Threshold algorithm
- STTrace algorithm
- SQUISH algorithm
- CDR algorithm
- SQUISH-E(λ) algorithm
- SQUISH-E(μ) algorithm
- Persistene algorithm
- BQS algorithm
- FBQS algorithm
- Angular algorithm
- Interval algorithm
- DOTS algorithm
- OPERB algorithm
a. cd lossless/trajic
b. make all,run the test and produces both the trajic and stats binaries (the latter of which is used for running experiments).
c. chmod +x Trajic.sh/TrajStore.sh
d. ./Trajic.sh or TrajStore.sh
a. SP,Intersect in batch/DPTS,make,./DPTS
b. Error-Search,Span-Search in batch/MinError,make,./DPTS
c. DP,DPhull,TD-TR,just chmod +x algorithm.sh,./algorithm.sh
d. MRPA,matlab,demo1
a. Uniform,OPW,OPW-TR,Dead Reckoning,Threshold,STTrace,SQUISH,BQS,FBQS,Angular,Interval,OPERB,just chmod algorithm.sh,then ./algorithm
b. DOTS and Persistene,you need run them in QT IDE.
c. CDR,make,and chmod +x CDR.sh,finally ./CDR.sh.
d. The source code of SQUISH-E(λ),SQUISH-E(μ) are in SQUISH-E dirname,when the parameter ratio = 1,the compression result of SQUISH-E(μ);when the parameter sed = 0,the result is SQUISH-E(λ) algorithm.