help how do i get the umbral in my histogram? segmentation
5 ビュー (過去 30 日間)
古いコメントを表示
回答 (4 件)
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
2014 年 11 月 25 日
Do you have the Signal or Image processing Toolboxes? Please attach your code and data here with the paper clip icon.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!