Page 1 of 1

how apply a filter similar a gausian blur that close two circles at the same time independent of size of the circles?

Posted: 2017-10-05T20:25:23-07:00
by diegomage
I apply gausian blur and adjust color of curves and I convert this


Image

IN this

Image




How I could close this two circles at the same time

I use gimp for color curves adjustment
Image


without use connected components


Please help me

Re: how apply a filter similar a gausian blur that close two circles at the same time?

Posted: 2017-10-05T22:06:10-07:00
by snibgo

Code: Select all

convert DhkbK.png -blur 0x40 -auto-level -threshold 90% -trim out.png
Does that help?

Re: how apply a filter similar a gausian blur that close two circles at the same time independent of size of the circles

Posted: 2017-10-05T22:10:32-07:00
by diegomage
yes this works very thankyou