From f3931c39398d05a823e18ac193ba143b91f83336 Mon Sep 17 00:00:00 2001 From: pvffxmare <10205101437@stu.ecnu.edu.cn> Date: Fri, 29 Jul 2022 19:43:13 +0800 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5f48e7b..80afe80 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# 数字图像基础处理+图像风格快速转换 +# 数字图像处理系统 ####1. 项目简介 - +实验项目主要包括两大模块:**数字图像的基础处理**和**图像风格的快速转换**。系统对具体的图片进行处理,可以实现诸如图像增强、边缘提取、图像融合等基础功能。通过引入深度学习神经网络,基于TensorFlow Slim实现了图像风格的迁移。 ![Image pic](https://code.educoder.net/repo/pvffxmare/Digital_image_processing_I/raw/branch/master/Output_Image/MindMap.jpg) ####2. 环境配置 @@ -12,11 +12,21 @@ * Matplotlib 3.2.1 * VSCode 1.66 -####3. 框架说明 +####3. 项目框架 * StyleMigration_Paper:图像风格快速迁移项目报告(含改进方法和实验效果结图) * /Output_Image:实验截图合集 * /EdgeDetection:边缘检测 * /FrequencyDomainProcessing:图像增强--频域处理 +* /SpatialProcessing:图像增强--空域处理 +* /GeometricTransformation:几何变换 +* /ImageNoise:图像噪声 +* /ImageOperation:图像运算 +* /MorphologicalProcessing:形态学处理 +* /ThresholdSegmentation:阈值分割 +* /StyleMigration:图像风格迁移 +* ../img:原始图片 +* ../code:源码文件 +* ../result:实验结果