Search found 205 matches

by diegomage
2017-03-19T22:04:31-07:00
Forum: Users
Topic: extract edges from this image whitout lose the color of edges ?
Replies: 15
Views: 8038

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

How i could extract edge from this images without lose the color of edges

Image


Please help me with this
by diegomage
2017-03-19T21:06:04-07:00
Forum: Users
Topic: extract edges from this image ?
Replies: 7
Views: 4279

Re: extract edges from this image ?

now I not have problem with this
by diegomage
2017-03-19T21:05:47-07:00
Forum: Users
Topic: extract edges from this image ?
Replies: 7
Views: 4279

Re: extract edges from this image ?

the problem was that i cropped the image wrong
by diegomage
2017-03-19T20:57:56-07:00
Forum: Users
Topic: extract edges from this image ?
Replies: 7
Views: 4279

Re: extract edges from this image ?

not problem I solved it
by diegomage
2017-03-19T19:46:37-07:00
Forum: Users
Topic: extract edges from this image ?
Replies: 7
Views: 4279

Re: extract edges from this image ?

the problem is because a crop too near of the edge causing problems for adaptative threeshold
by diegomage
2017-03-19T19:45:35-07:00
Forum: Users
Topic: its possible floodfill multiple coordinates colors in imagemagick with a single command ?
Replies: 3
Views: 2763

Re: its possible floodfill multiple coordinates colors in imagemagick with a single command ?

yes not possible thanks for your help better use for command for do this
by diegomage
2017-03-19T19:43:34-07:00
Forum: Users
Topic: detect any random point cointained in each line of this image
Replies: 9
Views: 4872

Re: detect any random point cointained in each line of this image

because sometimes coincides with hollow of number figure and Ruin my command to detect numbers
by diegomage
2017-03-19T19:42:45-07:00
Forum: Users
Topic: detect any random point cointained in each line of this image
Replies: 9
Views: 4872

Re: detect any random point cointained in each line of this image

the centroid not help me for my task
by diegomage
2017-03-19T19:41:50-07:00
Forum: Users
Topic: detect any random point cointained in each line of this image
Replies: 9
Views: 4872

Re: detect any random point cointained in each line of this image

is a random point by each connected image
by diegomage
2017-03-19T19:01:19-07:00
Forum: Users
Topic: Its possible filter by area colored image with connected components?
Replies: 4
Views: 3260

Re: Its possible filter by area colored image with connected components?

yes Its possible using awk and sed I dont before thankyou for help me whit this
by diegomage
2017-03-19T18:57:37-07:00
Forum: Users
Topic: detect any random point cointained in each line of this image
Replies: 9
Views: 4872

detect any random point cointained in each line of this image

Im trying to detect a point inside a line in this image https://i.stack.imgur.com/wJbX6.png Im using this command but only detect the area box and the centroid convert nmonddo52 -define connected-components:verbose=true -connected-components -4 -auto-level ccredsult.png what could I do please help