搜索资源列表
-
0下载:
数字图像处理,颜色模型,对图像进行颜色转换-Given a color image ‘football.jpg’.
1) Display the three component images: red, green and blue.
2) Perform histogram equalization for the original image in RGB color space, and display the result.
3) Convert RGB to HSV, e
-
-
0下载:
It is user-build functions to create a histogram of an image and to equalize it.
histogram.m:=creates histogram of an image
histEqual.m:=equalizes the historam
-
-
0下载:
Write MATLAB code that will do the following.
(a) Read a gray image and determine the histogram.
(b) Equalize the histogram using normal and adaptive histogram equalization technique (Global).
(c) Equalize the histogram using normal and adaptiv
-