Update README.md

master
pvffxmare 4 years ago
parent 512a4625cc
commit f3931c3939

@ -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实验结果

Loading…
Cancel
Save