diff --git a/README.md b/README.md index 0b40c2d..5f48e7b 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,22 @@ # 数字图像基础处理+图像风格快速转换 ####1. 项目简介 + ![Image pic](https://code.educoder.net/repo/pvffxmare/Digital_image_processing_I/raw/branch/master/Output_Image/MindMap.jpg) ####2. 环境配置 * Windows 10 * Python 3.9.1 * Tensorflow 2.5.0 +* Numpy 1.19.5 * Python-opencv 4.5.5 * Matplotlib 3.2.1 * VSCode 1.66 -####3. 文档简述 + +####3. 框架说明 +* StyleMigration_Paper:图像风格快速迁移项目报告(含改进方法和实验效果结图) +* /Output_Image:实验截图合集 +* /EdgeDetection:边缘检测 +* /FrequencyDomainProcessing:图像增强--频域处理 +