Intelligent surveillance management systems increasingly rely on the analysis of movement patterns to ensure safety, security, and efficiency in public and private spaces. Among the key tasks is the real time measurement of trajectory similarity, whic...
Intelligent surveillance management systems increasingly rely on the analysis of movement patterns to ensure safety, security, and efficiency in public and private spaces. Among the key tasks is the real time measurement of trajectory similarity, which enables the detection of abnormal behaviors, identification of suspicious activities, and monitoring of individuals or vehicles across large areas. Traditional approaches to trajectory similarity, such as Dynamic Time Warping(DTW), Hausdorff distance, and Longest Common Subsequence (LCSS), have proven effective but often face limitations in real time applications due to high computational costs and sensitivity to noise. Recently, machine learning and deep learning models, including Long Short Term Memory (LSTM) networks and Recurrent Neural Networks (RNNs), have been explored to overcome these challenges by learning trajectory dynamics and improving robustness in noisy and dynamic environments. This thesis proposes an integrated framework for real time trajectory similarity measurement that combines classical distance based algorithms with learning based approaches. The framework is designed to balance accuracy, scalability, and computational efficiency, making it suitable for deployment in intelligent surveillance management systems. Experiments are conducted on simulated and real world trajectory datasets to evaluate accuracy, robustness, and processing time. Results demonstrate that the proposed framework improves real time detection capabilities while maintaining low latency, paving the way for more adaptive and reliable surveillance solutions.