Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 850 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 850 Bytes

Course Project of Digital Image Proecessing 数字图像处理 课程设计

Introduction

This project refers to spatial domain processing, frequency domain processing, and morphological processing. To make the compilation easier, classes are not separated into .cpp file and .h file.

这是某大学的2022-2023学年第一学期的《数字图像处理》的课程设计,涉及空间域处理、频域处理和形态学处理。为了方便编译,没有将类按照规范的形式拆分成.cpp和.h文件。这样只需要编译main.cpp就可以了。

How to use

Prepare a colored BMP picture named src.bmp and put it in the folder. Compile and run main.cpp, and you will get the results. 准备一张名为“src.bmp的彩色BMP图片,并将其放入文件夹中。编译并运行“main.cpp”,您就会得到结果。