필터 지우기
필터 지우기

how to set generalised threshold values in histogram eqivalent to get a clear image

조회 수: 1 (최근 30일)
I have a grayscale image. I've performed histeq() function on it. I have to write a generalised code by comparing pixels with its neighbouring pixels for different images to find threshold values to make the image much clearer. Ive attached grayscale image and its histeq image. I have to give threshold values for histeq function to get image much more clearer to detect tumour.

답변 (1개)

Image Analyst
Image Analyst 2018년 1월 18일
Histogram equalization does not help with determining a threshold. Plus it gives crummy looking images. Don't waste your time.
  댓글 수: 2
rohith bharadwaj
rohith bharadwaj 2018년 1월 18일
편집: rohith bharadwaj 2018년 1월 18일
Is there a better way to make the image clear in grayscale representation. So that I can easily distinguish tumour . It should be easy for me to do contour segmentation later.
Image Analyst
Image Analyst 2018년 1월 18일
Some kind of spatial filtering may help, but just a global readjusting of graylevels like a histogram equalization does is useless. All that does is make the threshold at a different value than it would otherwise be at but it doesn't give you any different binary image than if you hadn't done equalization.

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

카테고리

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