edit-hidden objects
古いコメントを表示
I have uploaded an image ,please tell is it possible to find the shape of hidden object,or is it possible to draw boundaries for those images,by different colours for each image
回答 (1 件)
Walter Roberson
2012 年 1 月 19 日
0 投票
No. We have no way to prove that the bottle that is further back does not have a handle cut in to it or coming out of it.
11 件のコメント
kash
2012 年 1 月 20 日
Walter Roberson
2012 年 1 月 20 日
You can draw the boundaries of two non-overlapping objects in an image.
If the objects are overlapping, then you _might_ be able to figure out the *visible* edge of the top image, by using something like a watershed algorithm.
In order to have any hope of drawing the boundary of a hidden portion of an object, you need a bunch of restrictions on what that object can look like. In a case such you have presented, where all we are given is that there _are_ two objects, there is no way to draw the boundary of the hidden portion of the object.
kash
2012 年 1 月 21 日
Walter Roberson
2012 年 1 月 21 日
If the objects are overlapping, then you _might_ be able to figure out the *visible* edge of the top image, by using something like a watershed algorithm.
kash
2012 年 1 月 21 日
Walter Roberson
2012 年 1 月 21 日
If watershed works for you, it will create a separation line. You use the separation line as the boundary for both the fully visible and partly hidden areas.
kash
2012 年 1 月 23 日
Walter Roberson
2012 年 1 月 23 日
http://www.mathworks.com/matlabcentral/answers/?term=tag%3A%22watershed%22
kash
2012 年 1 月 25 日
kash
2012 年 1 月 25 日
Walter Roberson
2012 年 1 月 25 日
11 seconds of searching:
http://www.mathworks.com/products/image/demos.html?file=/products/demos/shipping/images/ipexwatershed.html
カテゴリ
ヘルプ センター および File Exchange で Image Arithmetic についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!