# 高空抛物AI监测预警系统 **Repository Path**: yuzhenwu/AIRec ## Basic Information - **Project Name**: 高空抛物AI监测预警系统 - **Description**: 高空抛物AI监测预警系统 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 19 - **Forks**: 0 - **Created**: 2020-04-24 - **Last Updated**: 2024-05-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 高空抛物AI监测预警系统 #### 介绍 高空抛物AI监测预警系统 #### 软件架构 该项目系统基于Python3编程,配合OpenCV图像处理技术模块实现计算机视觉,整合了SSIM算法,自适应环境算法,多线程模块,中值滤波降噪模块,以及图像对比处理模块。 #### 安装教程 1. 导入相应的包 ```python 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 6. https://gitee.com/gitee-stars/)