-
-
Image_Hist1845841312005.zip
This is another project I have done last month. The programme can load several image format (derived from my project of Digital Image Compression Algorithm) then it can compute 1-D histogram of the image (grey, red, green, blue channel)
-
iplab_src.rar
Complex Image Processor Application with sharpening, Histogram Drawing, Edge Detection, Line Detection, Bluring, and much.
-
-
20724997.zip
some matlab functions negative, histogram equ. and reading, writing images
-
-
-
local_histrogram.rar
Perform a local histogram equalization in matlab.
No image processing toolbox is needed!
-
global_histrogram.rar
Perform a global histogram equalization in matlab. No image processing toolbox is needed!
-
globalequalized.rar
This code applies global histogram equalization on an input image with a view to improve its contrast ratio. The image is read, converted to grayscale and resized with the inbuilt function of MATLAB. The output is definitely a better contrast image as ...
-
localequalisedwindowshift.rar
This code applies local histogram equalization on an input image with a view to improve its contrast ratio. The image is read, converted to grayscale and resized with the inbuilt function of MATLAB. The window size may be changed, however, the window ...
-