Im trying with lat filter but not works well ; how i could do this
convert rose_bg_blur_fail.png -lat 3x3+15% jx8MPc9_kuw2_lat10-0.png
Please help me
extract edges from this image ?
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: extract edges from this image ?
try this
see
http://www.imagemagick.org/Usage/morphology/#difference
Code: Select all
convert u45Uw.png -alpha extract -morphology edgein diamond:1 \
\( -clone 0 -fill black -colorize 100 \) \
+swap -alpha off -compose copy_opacity -composite \
result.png
http://www.imagemagick.org/Usage/morphology/#difference
Re: extract edges from this image ?
I obtain the same result
Re: extract edges from this image ?
the problem is because a crop too near of the edge causing problems for adaptative threeshold
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: extract edges from this image ?
Sorry, I do not understand your problem
Re: extract edges from this image ?
not problem I solved it
Re: extract edges from this image ?
the problem was that i cropped the image wrong
Re: extract edges from this image ?
now I not have problem with this