Which techniques can be applied instead of histogram binning?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi I read a paper using latent dirichlet allocation (LDA), which author has created the intensity intervals for images to create the words ( intensity intervals), and the number pixels that fall into each interval (bin) is counted.However, this leads to poor performance in detecting low-contrast pixel intensities. My question is which technique can be used instead of histogram binning, how we can address this issue? I really do not know how we can tackle with this?
Your help is appreciated :)
Many thanks
5 Kommentare
Image Analyst
am 1 Mär. 2016
The low contrast pixels are there (not missing from the image), so what do you mean by "detecting low-contrast pixel intensities"? Contrast as computed over what region or window size? Why is a histogram needed? Why not just take the Laplacian of the image, with conv2(), and find values close to zero?
Antworten (0)
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!