# Detect **Repository Path**: mikema_138/Detect ## Basic Information - **Project Name**: Detect - **Description**: 基于边缘查找,SVM,KCF实现的物体识别与跟踪算法。 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2021-01-06 - **Last Updated**: 2023-03-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Detect - An object detecting and tracking algorithm 本算法基于边缘查找,SVM和KCF跟踪算法。 本版本依赖于OpenCV 2.4, 并已成功在妙算平台上运行。 运行测试代码前准备: 准备样本集,提取hog特征并训练模型。 准备images.txt,样本集文件名列表,并置于./RunTracker 同一目录下。 编译及运行: ``` cmake . make ./RunTracker show