필터 지우기
필터 지우기

how can i implement the global and adaptive local threshold on grayscale image in matalb?

조회 수: 2 (최근 30일)
please ,how can i calculate the global and adaptive local threshold for the grayscale image using matlab ?
  댓글 수: 2
Naz
Naz 2011년 12월 31일
I have one algorithm that works good for images with relatively uniform background. For example, it would work great for contrasting images of eye retina. What kind of images do you need to work with?
mmm ssss
mmm ssss 2012년 1월 2일
i have images for hand-dorsal veins.
is your algorithm will be suitable to these images or not?
thanks

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

답변 (1개)

Image Analyst
Image Analyst 2012년 1월 1일
There are a variety of ways to find a threshold, from the Otsu method (bwthresh) to the triangle method, to an interactive manual method that I've uploaded to http://www.mathworks.com/matlabcentral/fileexchange/29372-thresholding-an-image
  댓글 수: 3
Image Analyst
Image Analyst 2012년 1월 2일
My email is just a spam catcher account. I can't reply or accept attachments. Post your image to tinypic.com. Have you tried adpathisteq? After doing that you can use a global threshold but it would have the effect of a local threshold since the output image has its output value adjusted for every pixel.
mmm ssss
mmm ssss 2012년 1월 5일
i posted image to tinypic.com
http://tinypic.com/view.php?pic=5wh0lg&s=5
i tried also adapthisteq but the image still need processing.

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

Community Treasure Hunt

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

Start Hunting!

Translated by