This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# 数字图像处理项目
#### 王浩10195101530、徐岩10195101529
### 运行环境
windows10 python37 django3.0以上版本
### 安装包
python-opencv
django
numpy
Pillow
django-extensions
requests
### 实验平台
pycharm,edge/chrome
### 实行条件
python虚拟数据库(无需更改连接配置),edge/chrome
### 每个文件说明
funs.py为功能函数接口,把课堂中学习的图片处理方法进行封装
项目采用MVC设计模式
templates中为各个功能的前端页面,
views中构建访问逻辑和简单路由,
调用封装好的funs.py进行图片处理,渲染完成后返回给前端,
media文件为数据库存储图片位置
action.zip为视频演示文件