How to find the threshold value for this image?
Show older comments
I want to find the threshold value for this image..... but i don not know how..

Answers (2)
Salaheddin Hosseinzadeh
on 7 May 2015
Edited: Salaheddin Hosseinzadeh
on 7 May 2015
0 votes
Hey Nurul,
I am not sure what exactly you want to threshold, so here is a general solution.
Step1 : Convert this to grayscale image, either using rgb2gray() or other appropriate functions.
Step2 : Examine the histogram of the image using imhist(), and identify the threshold value.
Step3 : Just threshold it!
I hope it helps ;)
Image Analyst
on 7 May 2015
0 votes
Why not use my interactive thresholding app. I just uploaded an updated version today: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862
Categories
Find more on Image Thresholding in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!