# PedestrianDetection **Repository Path**: shenwancheng/PedestrianDetection ## Basic Information - **Project Name**: PedestrianDetection - **Description**: 计算机视觉课程设计作业,检测图像中的行人目标并跟踪。 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-07-15 - **Last Updated**: 2022-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README PedestrianDetection =================== 计算机视觉课程设计作业,检测图像中的行人目标并跟踪。 检测方法和Dalal 2005年的论文相同,使用了HOG特征和SVM 进行行人目标的检测。 跟踪方法使用Kalman滤波器,建立了行人的简单的线性运动模型,进行预测,实现检测——跟踪框架。