Page 1 of 1

Combine two nearby spots?

Posted: 2017-03-21T09:21:55-07:00
by diegomage
Its possible combine this two nearby spots for obtain a spot like this

this is my input

Image


this is my expected output

Image

I use noise and obtain this

Code: Select all

convert      -noise 5x5                 removevis2 removevis2xy
Image
Please give a help

Re: Combine two nearby spots?

Posted: 2017-03-21T09:46:38-07:00
by fmw42
try either

Code: Select all

convert y7vwA.png -morphology open octagon:1 result1.png

Code: Select all

convert y7vwA.png -morphology erode octagon:1 result2.png

Re: Combine two nearby spots?

Posted: 2017-03-21T09:52:47-07:00
by diegomage
very thank you this help me for finish this