Skip to content

Commit

Permalink
Update format
Browse files Browse the repository at this point in the history
  • Loading branch information
timerring committed Mar 17, 2023
1 parent 759bf90 commit d134b95
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions 14_common_image_processing_commands_in_Matlab_(4).md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
- [52.imadjust](#52imadjust)
- [53.imapprox](#53imapprox)


# Matlab常用图像处理命令108例(四)

## 37.fwind1
Expand Down Expand Up @@ -163,7 +162,9 @@ rgbmap = hsv2rgb(hsvmap)
RGB = hsv2rgb(HSV)
```

相关命令: rgb2hsv, rgbplot
相关命令:

rgb2hsv, rgbplot

## 44.idct2

Expand Down Expand Up @@ -328,6 +329,4 @@ cmunique, dither, rgb2ind

[3] [冈萨雷斯. 数字图像处理(第三版)[M]. 北京:电子工业出版社, 2011.](https://github.com/timerring/digital-image-processing-matlab/blob/main/reference/Digital_Image_Processing_(Third_Edition).pdf)



[返回首页](https://github.com/timerring/digital-image-processing-matlab)

0 comments on commit d134b95

Please sign in to comment.