You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
771 B
771 B
数字图像处理项目
王浩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为视频演示文件