Which techniques can be applied instead of histogram binning?
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
Image Analyst
2016-3-1
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?
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Histograms 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!