diff --git a/README.md b/README.md new file mode 100644 index 0000000..764fef9 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# 数字图像处理项目 +#### 王浩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文件为数据库存储图片位置 \ No newline at end of file