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.

38 lines
1.5 KiB

3 years ago
# 数字图像处理系统
3 years ago
####1. 项目简介
3 years ago
实验项目主要包括两大模块:**数字图像的基础处理**和**图像风格的快速转换**。系统对具体的图片进行处理可以实现诸如图像增强、边缘提取、几何变换、图像融合等基础功能。此外通过引入深度学习神经网络系统基于TensorFlow Slim实现了图像风格的快速迁移。
3 years ago
![Image pic](https://code.educoder.net/repo/pvffxmare/Digital_image_processing_I/raw/branch/master/Output_Image/MindMap.jpg)
3 years ago
3 years ago
####2. 环境配置
* Windows 10
* Python 3.9.1
* Tensorflow 2.5.0
3 years ago
* Numpy 1.19.5
3 years ago
* Python-opencv 4.5.5
* Matplotlib 3.2.1
* VSCode 1.66
3 years ago
3 years ago
####3. 项目框架
3 years ago
* StyleMigration_Paper图像风格快速迁移项目报告含改进方法和实验效果结图
* /Output_Image实验截图合集
* /EdgeDetection边缘检测
* /FrequencyDomainProcessing图像增强--频域处理
3 years ago
* /SpatialProcessing图像增强--空域处理
* /GeometricTransformation几何变换
* /ImageNoise图像噪声
* /ImageOperation图像运算
* /MorphologicalProcessing形态学处理
* /ThresholdSegmentation阈值分割
* /StyleMigration图像风格迁移
* ../img原始图片
* ../code源码文件
* ../result实验结果
3 years ago
####4. 项目分工
实验源码:李尔牧云
项目文档:李尔牧云、方斯琦
图片风格迁移实验报告:方斯琦、韩佳琦
3 years ago
3 years ago