フィルターのクリア

remove object from gray image

2 ビュー (過去 30 日間)
Abo
Abo 2015 年 2 月 12 日
回答済み: Image Analyst 2015 年 2 月 12 日
how can I remove the object in following figure? the location of this object is the same in my images but some other objects may add in other locations to this image. is it possible to remove this mentioned object without any effect on the other parts of the image?

採用された回答

Image Analyst
Image Analyst 2015 年 2 月 12 日
Well, the difficulty depends on how "seamless" you want the resulting image to be. You can use seam carving (look it up). This is probably the best approach.
I don't think you can use panoramic image stitching because you would not have areas of overlap.
Or threshold the image and just slide the two halves of the image towards each other, either line-by-line or the whole half of the image rigidly. This might give a noticeable seam, though.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGeometric Transformation and Image Registration についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by