help how do i get the umbral in my histogram? segmentation

1 次查看(过去 30 天)
i have done the segmentation by the otsu method my question is how i get the umbral in my histogram that determinate the separation between the two regions? i need a code thanks

回答(4 个)

Image Analyst
Image Analyst 2014-11-25
I've never heard of the umbral. But to find the half way point in between the two peaks, first find the peaks, using findpeaks() if you have the Signal Processing Toolbox, or with thresholding and regionprops() if you have the Image Processing Toolbox. Then just take the average of the two locations.
  3 个评论
Image Analyst
Image Analyst 2014-11-25
Do you have the Signal or Image processing Toolboxes? Please attach your code and data here with the paper clip icon.

请先登录,再进行评论。


ensg
ensg 2014-11-26
the volume i put the link because it´s too big tacnasal20.m is the main code you must to change 2.0 to 2.2 because i give you the volume 2.2 thank youu

ensg
ensg 2014-11-26
you don´t pay attention to the comments in the code

ensg
ensg 2014-11-27
thank you very much i have understood this command and i have got the umbral

类别

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