Borrar filtros
Borrar filtros

remove object from gray image

2 visualizaciones (últimos 30 días)
Abo
Abo el 12 de Feb. de 2015
Respondida: Image Analyst el 12 de Feb. de 2015
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?

Respuesta aceptada

Image Analyst
Image Analyst el 12 de Feb. de 2015
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.

Más respuestas (0)

Categorías

Más información sobre Geometric Transformation and Image Registration en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by