Skip to content

Commit 7cbe181

Browse files
committed
Update README
1 parent 940249a commit 7cbe181

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

README.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,44 @@
11
# digital-image-processing-matlab
22
Matlab function basics and introductory tutorials for digital image processing.
3+
4+
### Content
5+
6+
| Title | Content |
7+
| ------------------------------------------------------------ | ------------------------------------------------------------ |
8+
| [MATLAB的图像显示方法](https://github.com/timerring/digital-image-processing-matlab/blob/main/01_image_display_method_of_matlab.md) | [各种基础序列](https://github.com/timerring/digital-image-processing-matlab/blob/main/01_image_display_method_of_matlab.md#1单位冲击响应序列) \| [图像的读](https://github.com/timerring/digital-image-processing-matlab/blob/main/01_image_display_method_of_matlab.md#1图像的读) \| [图像显示](https://github.com/timerring/digital-image-processing-matlab/blob/main/01_image_display_method_of_matlab.md#1图像显示) \| [同屏显示多个图像](https://github.com/timerring/digital-image-processing-matlab/blob/main/01_image_display_method_of_matlab.md#2同屏显示多个图像) \| [数字图像处理中常用到的MATLAB函数](https://github.com/timerring/digital-image-processing-matlab/blob/main/01_image_display_method_of_matlab.md#3数字图像处理中常用到的matlab函数) |
9+
| [灰度直方图及直方图均衡化](https://github.com/timerring/digital-image-processing-matlab/blob/main/02_gray_histogram_and_histogram_equalization.md) | [直方图的显示](https://github.com/timerring/digital-image-processing-matlab/blob/main/02_gray_histogram_and_histogram_equalization.md#1直方图的显示) \| [计算并绘制图像直方图](https://github.com/timerring/digital-image-processing-matlab/blob/main/02_gray_histogram_and_histogram_equalization.md#2计算并绘制图像直方图) \| [直方图均衡化](https://github.com/timerring/digital-image-processing-matlab/blob/main/02_gray_histogram_and_histogram_equalization.md#3直方图均衡化) |
10+
| | |
11+
| | |
12+
| | |
13+
| | |
14+
15+
16+
17+
18+
19+
### 参考书籍
20+
21+
+ [1] [Rafael C. Gonzalez, Richard E. Woods, and Steven L. Eddins. 2003. Digital Image Processing Using MATLAB. Prentice-Hall, Inc., USA.](https://github.com/timerring/digital-image-processing-matlab/blob/main/reference/Digital_Image_Processing_Using_Matlab.pdf)
22+
+ [2] [阮秋琦. 数字图像处理(MATLAB版)[M]. 北京:电子工业出版社, 2014.](https://github.com/timerring/digital-image-processing-matlab/blob/main/reference/Digital_Image_Processing_(MATLAB_version).pdf)
23+
+ [3] [冈萨雷斯. 数字图像处理(第三版)[M]. 北京:电子工业出版社, 2011.](https://github.com/timerring/digital-image-processing-matlab/blob/main/reference/Digital_Image_Processing_(Third_Edition).pdf)
24+
25+
26+
27+
### ChangeLog
28+
29+
- v1.0基础结构 230302
30+
31+
## 关注更多
32+
33+
<div align=center>
34+
<p>扫描下方二维码关注公众号:AIShareLab</p>
35+
<img src="resources/qrcode.jpg" width = "180" height = "180">
36+
</div>
37+
38+
39+
&emsp;&emsp;AIShareLab,一个关注CV、AI、区块链、Web开发、硬件开发、5G通信等领域的热“AI”分享的社群,微信搜索公众号 AIShareLab 一起交流更多相关知识,前沿算法,Paper解读,项目源码,面经总结。
40+
41+
42+
## LICENSE
43+
44+
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="知识共享许可协议" style="border-width:0" src="https://img.shields.io/badge/license-CC BY--NC--SA 4.0-lightgrey" /></a><br />本作品采用<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议</a>进行许可。

resources/qrcode.jpg

39.1 KB
Loading

0 commit comments

Comments
 (0)