How to extract featues from histogram of segmented image?
2 次查看(过去 30 天)
显示 更早的评论
How can histogram of segmented image be used for feature extraction?
0 个评论
回答(1 个)
Image Analyst
2014-11-22
You can use regionprops on the segmented (binary) image. But the histogram of a segmented image will have bins for only 0 and 1 so there's not a whole lot of information there. Why don't you attach your image and m-file and tell us what you want to measure?
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Histograms 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!