is there an alternative of thresholding an image automatically rather than setting it manually?
显示 更早的评论
actually i am trying to implement a code that identifies just the round objects from an image referring http://www.mathworks.com/products/image/demos.html?file=/products/demos/shipping/images/ipexroundness.html , but the problem is that, every time for a new picture i have to change pixel value and threshold so that round objects are only visible and successfully identifies round objects rather than missing any... any alternative? or any guidence??
采纳的回答
更多回答(1 个)
bubble trouble
2011-12-27
0 个投票
4 个评论
Chandra Kurniawan
2011-12-27
Yes, I see your problem.
Success in implementing an algorithm within an image, doesn't mean that algorithm will works on various another images.
If in image A you succesfully implementing area open with P = 30, in another image B we have another objects that are not same with objects in A.
So, we need another handling.
bubble trouble
2011-12-27
bubble trouble
2011-12-27
Chandra Kurniawan
2011-12-27
I'm not sure about this.
But, would you try property measurement of image regions??
Use command 'regionsprops' and select the parameter 'Area'.
You can measure all object area and take a conclusion.
From this step, you will get all object area. There are minimum area and maximum area.
Take the mean of all area and apply this value as P (input parameter in bwareaopen).
类别
在 帮助中心 和 File Exchange 中查找有关 Image Thresholding 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!