Which techniques can be applied instead of histogram binning?
1 view (last 30 days)
Show older comments
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 Comments
Image Analyst
on 1 Mar 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?
Answers (0)
See Also
Categories
Find more on Histograms in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!