Search found 205 matches

by diegomage
2017-03-23T20:28:18-07:00
Forum: Users
Topic: how labeling a letter in imagemagick ?
Replies: 10
Views: 5854

Re: how labeling a letter in imagemagick ?

and then combine point for labeling the image
by diegomage
2017-03-23T20:27:56-07:00
Forum: Users
Topic: how labeling a letter in imagemagick ?
Replies: 10
Views: 5854

Re: how labeling a letter in imagemagick ?

not really the unique problem in this Could be to detect the convexity defect since you would probably have to detect the skeleton and using connected components detect sub-skeletons for the image would be somewhat complicated
by diegomage
2017-03-23T20:20:32-07:00
Forum: Users
Topic: exist an method for find extreme points in imagemagick?
Replies: 12
Views: 6373

Re: exist an method for find extreme points in imagemagick?

the red points of this image for example

Image
by diegomage
2017-03-23T20:17:37-07:00
Forum: Users
Topic: exist an method for find extreme points in imagemagick?
Replies: 12
Views: 6373

Re: exist an method for find extreme points in imagemagick?

the instersection points between the convex hull and the countour of this hand
by diegomage
2017-03-23T19:24:10-07:00
Forum: Users
Topic: how labeling a letter in imagemagick ?
Replies: 10
Views: 5854

Re: how labeling a letter in imagemagick ?

detect the extreme points I think that if possible but detect Convexity Defects I dont know
by diegomage
2017-03-23T19:22:22-07:00
Forum: Users
Topic: how labeling a letter in imagemagick ?
Replies: 10
Views: 5854

Re: how labeling a letter in imagemagick ?

and then using this information for line segmentation
by diegomage
2017-03-23T19:21:49-07:00
Forum: Users
Topic: how labeling a letter in imagemagick ?
Replies: 10
Views: 5854

Re: how labeling a letter in imagemagick ?

I think that use Convexity Defects and convex hull for detecting lowest point and extreme point could be a solution I dont know if this its possible using imagemagick
by diegomage
2017-03-23T19:17:46-07:00
Forum: Users
Topic: how labeling a letter in imagemagick ?
Replies: 10
Views: 5854

Re: how labeling a letter in imagemagick ?

very thankyou
by diegomage
2017-03-23T19:17:05-07:00
Forum: Users
Topic: exist an method for find extreme points in imagemagick?
Replies: 12
Views: 6373

Re: exist an method for find extreme points in imagemagick?

i see an example in this post

http://stackoverflow.com/questions/3156 ... -in-opencv


The answer is in imagemagick the title may confuse
by diegomage
2017-03-23T18:47:50-07:00
Forum: Users
Topic: how labeling a letter in imagemagick ?
Replies: 10
Views: 5854

how labeling a letter in imagemagick ?

Im trying to labeling a letter but i dont know how i see this image https://image.slidesharecdn.com/off-linehandwrittenocr-140612010204-phpapp02/95/off-line-handwritten-optical-character-regonisation-ocr-17-638.jpg?cb=1418822033 how I could do this in imagemagick or other language please help me
by diegomage
2017-03-23T18:45:40-07:00
Forum: Users
Topic: exist an method for find extreme points in imagemagick?
Replies: 12
Views: 6373

Re: exist an method for find extreme points in imagemagick?

yes i see better draw a rectangle for contain the image and use compare for compare points
by diegomage
2017-03-23T17:59:30-07:00
Forum: Users
Topic: exist an method for find extreme points in imagemagick?
Replies: 12
Views: 6373

exist an method for find extreme points in imagemagick?

like this

Image

Please help me
by diegomage
2017-03-23T08:17:52-07:00
Forum: Users
Topic: exist any way of transform this number to this?
Replies: 1
Views: 1925

exist any way of transform this number to this?

Im trying to transform to more readable number

Image


Image

please help me
by diegomage
2017-03-21T09:52:47-07:00
Forum: Users
Topic: Combine two nearby spots?
Replies: 2
Views: 2440

Re: Combine two nearby spots?

very thank you this help me for finish this