필터 지우기
필터 지우기

Which techniques can be applied instead of histogram binning?

조회 수: 1 (최근 30일)
Sara Salimi
Sara Salimi 2016년 3월 1일
댓글: Sara Salimi 2016년 3월 2일
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
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?
Sara Salimi
Sara Salimi 2016년 3월 2일
Dear all,
Apologies for poor English, so I attached the paper, as you can see in the page 433 (first paragraph),
  1. they have mentioned the problem with histogram binning, which results vary based on the number of bins in the histogram. Which technique can be used for creating words for LDA instead of histogram binning?
  2. in the forth paragraph, they have mentioned problem of computation for calculating Gibbs sampling for each pixel. How can we solve this? by calculating that for each region? how?
I will be thankful if somebody can help me. I really need help. Or if you know any reference that I can get any idea for this, I will be thankful if you introduce it to me.
Your help is appreciated
regards

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Histograms에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by