1 Star 0 Fork 0

NJUPT-B523/Intelligent Traffic Violation Detection

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
illegal_process_r.h 1.63 KB
一键复制 编辑 原始数据 按行查看 历史
江斌 提交于 2021-08-22 15:41 . YDS 2019
/*********************************
* 右线程预处理类
* @ZZH
* date:2019/9/23
* *******************************/
#ifndef ILLEGAL_PROCESS_R_H
#define ILLEGAL_PROCESS_R_H
#include <iostream>
#include<vector>
#include "math.h"
#include "opencv2/highgui/highgui.hpp"
#include "opencv2/imgproc/imgproc.hpp"
using namespace cv;
class illegal_process_r
{
private:
bool count = true;
float d = 0.0;
//目标中心点坐标函数
float distance(float x0, float y0, float x1, float y1);
//车辆分类函数
std::vector<float> classific_car(std::vector<float> car, float x_fir, float y_fir, float x_sec, float y_sec);
public:
std::vector<float>car1;
std::vector<float>car2;
std::vector<float>car3;
std::vector<float>car4;
std::vector<float>car5;
std::vector<float>car6;
std::vector<float>car7;
std::vector<float>car8;
std::vector<float>car9;
std::vector<std::vector<float> >classify;
//切片函数,负责提取图像的主要处理区域
cv::Mat slice(const cv::Mat &image, const cv::Rect &rect);
//目标中心点距离函数
std::vector<float> cpoint_cal(std::vector<float> dect);
//ROI区域判定函数
bool roi_judge(int x,int y,cv::Rect roi);
//轨迹跟踪函数
std::vector<std::vector<float> > obj_process(std::vector<float> dect_fir,std::vector<float> dect_sec);
//违章处理函数
void punish(std::vector<float> tar_car);
//资源释放函数
void pub_release();
illegal_process_r();
};
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/njupt-b523/intelligent-traffic-violation-detection.git
git@gitee.com:njupt-b523/intelligent-traffic-violation-detection.git
njupt-b523
intelligent-traffic-violation-detection
Intelligent Traffic Violation Detection
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385