派生自 Algorithm/baseDetector

sunty
2022-03-21 d0a24896f95b4e060011852f80048ebfb0bf5f55
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
// Created by Scheaven on 2020/6/1.
//
 
#ifndef INC_01_DARKNET_SORT_FALL_RUN_WANDER_H
#define INC_01_DARKNET_SORT_FALL_RUN_WANDER_H
 
#include "../tracker_tools/track.h"
#include "../config.h"
 
 
void detect_fall(DETECTBOX tmpbox, std::shared_ptr<Track>& track);
 
float detect_runing(DETECTBOX tmpbox, std::shared_ptr<Track>& track, cv::Mat img);
 
#endif //INC_01_DARKNET_SORT_FALL_RUN_WANDER_H