Search found 3 matches
- 2015-08-21T04:29:34-07:00
- Forum: Users
- Topic: remove object from image with other image?
- Replies: 4
- Views: 2152
Re: remove object from image with other image?
Here is an example. I have these images --> http://fotos.subefotos.com/8c5669e32cd7fd17b44a92a4a468fc3eo.jpg http://s28.postimg.org/5x2j0q24t/prueba2.jpg And here is the region to find and detele/blur/change --> http://s2.postimg.org/ing8wl5nt/borrar.jpg With command I wrote above I get this result ...
- 2015-08-21T04:22:27-07:00
- Forum: Users
- Topic: remove object from image with other image?
- Replies: 4
- Views: 2152
Re: remove object from image with other image?
I think you should post an actual example. How do you know where OBJECT C is in OBJECT A - is it always in the same place, do you have the co ordinates or will Imagemagick have to find it? IM has to find object C. I'm using the command --> compare -subimage-search source.jpg objToFind.jpg out.jpg ...
- 2015-08-21T03:37:22-07:00
- Forum: Users
- Topic: remove object from image with other image?
- Replies: 4
- Views: 2152
remove object from image with other image?
Hello guys, I can't find the solution for this.... I have 2 images: 1º Image: http://fotos.subefotos.com/ed21b889743395d32f3e6a37b044ee62o.jpg 2º image: http://s10.postimg.org/t8rd0dgdh/objects_To_Remove.jpg?noCache=1440153701 I need to replace "Object C" from 1º image to white pixels using 2º image. ...