I apply gausian blur and adjust color of curves and I convert this
IN this
How I could close this two circles at the same time
I use gimp for color curves adjustment
without use connected components
Please help me
how apply a filter similar a gausian blur that close two circles at the same time independent of size of the circles?
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: how apply a filter similar a gausian blur that close two circles at the same time?
Code: Select all
convert DhkbK.png -blur 0x40 -auto-level -threshold 90% -trim out.png
snibgo's IM pages: im.snibgo.com