How to make Histogram specification for gray scale and color video streams
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
In this project, I need to develop an image processing algorithm that take gray scale as well as color video as its input and enhance the visual quality of the video by applying histogram specification technique of image enhancement as per histogram specification function defined by the user.Kindly send me this code its urgent.
0 Kommentare
Antworten (1)
Image Analyst
am 25 Mai 2014
Well, what's the function? For grayscale, make up a look up table and apply intlut(). For color, just do that on each color channel one at a time.
5 Kommentare
Siehe auch
Kategorien
Mehr zu Histograms finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!