Towards effective, robust and utility-preserving watermarking of GPS trajectoriess
Four different implementations of the watermarking algorithm are present in the folder 'Code':
- W-Trace
- TrajGuard
- IMF
- SVD
Each method consists of different Python files for :
a) Watermark insertion- watermarkInsertion.py
b) Adding noise to the trajectory data: AddotherNoises.py, AddhybridAttack.py, AddinterplotationAttackFFT.py, AdddoublEmbeddingAttack.py, AddinterplotationAttackFFT.py
c) Extracting Noise from Noise data: extractWatermarkFromNoises.py, extractwatermarkFromInterpolate.py
Tools:-
- Python(3.7)