1 Star 19 Fork 0

yzwcfhmy / 高空抛物AI监测预警系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
Loading...
README

高空抛物AI监测预警系统

介绍

高空抛物AI监测预警系统

软件架构

该项目系统基于Python3编程,配合OpenCV图像处理技术模块实现计算机视觉,整合了SSIM算法,自适应环境算法,多线程模块,中值滤波降噪模块,以及图像对比处理模块。

安装教程

  1. 导入相应的包
from skimage.measure import compare_ssim
from datetime import datetime
from threading import Thread  # 导入线程函数
from time import sleep  # 导入时间休眠函数
import argparse
import imutils
import cv2
import time
import os
import winsound
import numpy as np

参与贡献

  1. Fork 本仓库

  2. 新建 Feat_xxx 分支

  3. 提交代码

  4. 新建 Pull Request

  5. https://gitee.com/gitee-stars/)

空文件

简介

高空抛物AI监测预警系统 展开 收起
Python
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Python
1
https://gitee.com/yuzhenwu/AIRec.git
git@gitee.com:yuzhenwu/AIRec.git
yuzhenwu
AIRec
高空抛物AI监测预警系统
master

搜索帮助