Search found 205 matches

by diegomage
2017-03-21T09:21:55-07:00
Forum: Users
Topic: Combine two nearby spots?
Replies: 2
Views: 2448

Combine two nearby spots?

Its possible combine this two nearby spots for obtain a spot like this this is my input https://i.stack.imgur.com/y7vwA.png this is my expected output https://i.stack.imgur.com/ElmUd.png I use noise and obtain this convert -noise 5x5 removevis2 removevis2xy https://i.stack.imgur.com/ZddCZ.png Please...
by diegomage
2017-03-21T09:17:51-07:00
Forum: Users
Topic: get coordinates of uniq colors ?
Replies: 6
Views: 4360

Re: get coordinates of uniq colors ?

very thankyou
by diegomage
2017-03-20T15:16:24-07:00
Forum: Users
Topic: get coordinates of uniq colors ?
Replies: 6
Views: 4360

Re: get coordinates of uniq colors ?

works very thankyou for your help ; this help me so much
by diegomage
2017-03-20T14:29:10-07:00
Forum: Users
Topic: get coordinates of uniq colors ?
Replies: 6
Views: 4360

Re: get coordinates of uniq colors ?

but my image is this how 4,0 can be the coordinates ?
Image
by diegomage
2017-03-20T14:16:06-07:00
Forum: Users
Topic: get coordinates of uniq colors ?
Replies: 6
Views: 4360

get coordinates of uniq colors ?

Im trying to use this command for get coordinates of color but I cant see anything convert result4.png -colors 24 -unique-colors txt:- 0,0: (0,0,0,0) #00000000 none 1,0: (13364,0,257,65535) #340001FF srgba(52,0,1,1) 2,0: (13364,0,514,65535) #340002FF srgba(52,0,2,1) 3,0: (13364,0,771,65535) #340003F...
by diegomage
2017-03-20T12:27:05-07:00
Forum: Users
Topic: extract edges from this image whitout lose the color of edges ?
Replies: 15
Views: 8080

Re: extract edges from this image whitout lose the color of edges ?

this works fine very thankyou for your asnwer

Code: Select all

convert ZrFne.png \( -clone 0 -morphology edgeout diamond:1 -threshold 0 \) -compose multiply -composite -fill white -opaque black result3.png
by diegomage
2017-03-20T11:34:41-07:00
Forum: Users
Topic: extract edges from this image whitout lose the color of edges ?
Replies: 15
Views: 8080

Re: extract edges from this image whitout lose the color of edges ?

I see and another post that mask is not useful for extract edges
by diegomage
2017-03-20T11:15:50-07:00
Forum: Users
Topic: extract edges from this image whitout lose the color of edges ?
Replies: 15
Views: 8080

Re: extract edges from this image whitout lose the color of edges ?

Image

this image have a four colors (ITS NOT BLACK AND WHITE )
by diegomage
2017-03-20T11:08:06-07:00
Forum: Users
Topic: extract edges from this image whitout lose the color of edges ?
Replies: 15
Views: 8080

Re: extract edges from this image whitout lose the color of edges ?

how i could use the mask Im trying but i dont know how

I use this

Code: Select all

convert ZrFne.png   -mask  result.png       -fuzz 70% -transparent black   +mask zzlibre
by diegomage
2017-03-20T10:02:52-07:00
Forum: Users
Topic: extract edges from this image whitout lose the color of edges ?
Replies: 15
Views: 8080

Re: extract edges from this image whitout lose the color of edges ?

seems like the same color but are differents
#340002
#340001
#340003
#340004
by diegomage
2017-03-20T10:01:28-07:00
Forum: Users
Topic: extract edges from this image whitout lose the color of edges ?
Replies: 15
Views: 8080

Re: extract edges from this image whitout lose the color of edges ?

i dont know how I use lat filter but I obtain black and white
by diegomage
2017-03-20T10:00:26-07:00
Forum: Users
Topic: extract edges from this image whitout lose the color of edges ?
Replies: 15
Views: 8080

Re: extract edges from this image whitout lose the color of edges ?

I need all edges with this four color
by diegomage
2017-03-20T09:58:22-07:00
Forum: Users
Topic: extract edges from this image whitout lose the color of edges ?
Replies: 15
Views: 8080

Re: extract edges from this image whitout lose the color of edges ?

its not black and whit has various colors