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.
pvffxmare 7ed44eff60
Update README.md
3 years ago
EdgeDetection commit 3 years ago
FrequencyDomainProcessing commit 3 years ago
GeometricTransformation commit 3 years ago
ImageNoise commit 3 years ago
ImageOperation commit 3 years ago
MorphologicalProcessing commit 3 years ago
Output_Image commit 3 years ago
SpatialProcessing commit 3 years ago
StyleMigration commit 3 years ago
ThresholdSegmentation commit 3 years ago
.gitignore Initial commit 3 years ago
LICENSE Initial commit 3 years ago
README.md Update README.md 3 years ago
StyleMigration_Paper.docx paper 3 years ago

README.md

数字图像处理系统

####1. 项目简介 实验项目主要包括两大模块:数字图像的基础处理图像风格的快速转换。系统对具体的图片进行处理可以实现诸如图像增强、边缘提取、几何变换、图像融合等基础功能。此外通过引入深度学习神经网络系统基于TensorFlow Slim实现了图像风格的快速迁移。 Image pic

####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. 项目框架

  • StyleMigration_Paper图像风格快速迁移项目报告含改进方法和实验效果结图
  • /Output_Image实验截图合集
  • /EdgeDetection边缘检测
  • /FrequencyDomainProcessing图像增强--频域处理
  • /SpatialProcessing图像增强--空域处理
  • /GeometricTransformation几何变换
  • /ImageNoise图像噪声
  • /ImageOperation图像运算
  • /MorphologicalProcessing形态学处理
  • /ThresholdSegmentation阈值分割
  • /StyleMigration图像风格迁移
  • ../img原始图片
  • ../code源码文件
  • ../result实验结果

####4. 项目分工 实验源码:李尔牧云 项目文档:李尔牧云、方斯琦
图片风格迁移实验报告:方斯琦、韩佳琦