-
-
Multiscale_texture_synthesis.zip
Multiscale texture synthesis
The Heeger and Bergen SIGGRAPH 95 synthesis algorihtm computes a new texture by matching the histogram of a steerable transform (starting from an initial random noise). It works well for cloud-like texture, and fail to ...
-
ex15.zip
This example is showing you how to modify the contrast in color images using the Histogram Equalization block.
Type this in command prompt:
[X map] = imread( shadow.tif )
shadow = ind2rgb(X,map)
-
-
-
histogram.rar
image segmentation K-means for image of color space RGB
-
matlab.rar
图像灰度变换、图像的锐化、⑴直方图均衡化(histogram equalization),⑵直方图匹配(histogram matching),⑶邻域平均(neighborhood averaging),⑷局域增强(local enhancement), ⑸中值滤波(median filtering)。源码
-
-
manualhist.rar
manual histogram equlization where u manpulate the desired histogram of image to get the one p
then applying g=histeq(f,p)
-
-
-