Search found 205 matches

by diegomage
2017-03-16T16:58:29-07:00
Forum: Users
Topic: How i could make better this image for tesseract recognition?
Replies: 12
Views: 6182

Re: How i could make better this image for tesseract recognition?

The small point on the upper left margin
by diegomage
2017-03-16T16:57:44-07:00
Forum: Users
Topic: How i could make better this image for tesseract recognition?
Replies: 12
Views: 6182

Re: How i could make better this image for tesseract recognition?

But there is a way to remove that little point
by diegomage
2017-03-16T16:40:47-07:00
Forum: Users
Topic: How i could make better this image for tesseract recognition?
Replies: 12
Views: 6182

How i could make better this image for tesseract recognition?

https://i.stack.imgur.com/1FY60.png convert dIsuln.png -unsharp 0x10 A_blur_unsharp0.jpg convert A_blur_unsharp0.jpg -negate -lat 10x10+10% -negate jx8MPc9_kuw2_lat10-0.png convert jx8MPc9_kuw2_lat10-0.png -fill white -opaque "#00ff00" balloon_white0.gif tesseract -psm 10 balloon_white0.g...
by diegomage
2017-03-11T20:04:14-07:00
Forum: Users
Topic: exist a way of recognize number without the fonts ?
Replies: 7
Views: 4293

Re: exist a way of recognize number without the fonts ?

how i can do a perferct match i use the same command with various image and i get another coordinates Although the image does not appears the number
by diegomage
2017-03-11T20:03:10-07:00
Forum: Users
Topic: exist a way of recognize number without the fonts ?
Replies: 7
Views: 4293

Re: exist a way of recognize number without the fonts ?

compare -metric RMSE -subimage-search -dissimilarity-threshold 1 circle4.png NUMERO0.png NULL:
by diegomage
2017-03-11T20:02:53-07:00
Forum: Users
Topic: exist a way of recognize number without the fonts ?
Replies: 7
Views: 4293

Re: exist a way of recognize number without the fonts ?

circle4
Image


then this command not doing a perfect match cant output true or false when does match
by diegomage
2017-03-11T20:02:09-07:00
Forum: Users
Topic: exist a way of recognize number without the fonts ?
Replies: 7
Views: 4293

Re: exist a way of recognize number without the fonts ?

when i do with diferent image appears 19967.9 (0.304691) @ 151,53d
19967.9 (0.304691) @ 151,53d
by diegomage
2017-03-11T19:02:38-07:00
Forum: Users
Topic: exist a way of recognize number without the fonts ?
Replies: 7
Views: 4293

Re: exist a way of recognize number without the fonts ?

hi thanks but i use subsearch but this output a coordinate not output true or false and when the image dont recognize then output other rare cordinate magick compare -metric rmse -subimage-search -dissimilarity-threshold 1 circle4.png NUMERO0.png null: 2>&1 how i could use a command for print tr...
by diegomage
2017-03-11T17:39:11-07:00
Forum: Users
Topic: exist a way of recognize number without the fonts ?
Replies: 7
Views: 4293

exist a way of recognize number without the fonts ?

I have two images but i dont have the fonts for recognize exist any way of use the digit for output true when the image contain this digit or another way of recognize creating a fonts from jpg file (I use tesseract but not work with this image) https://i.stack.imgur.com/d6kyj.png https://i.stack.img...
by diegomage
2017-03-09T20:51:38-07:00
Forum: Users
Topic: how i could make better this command for detect a transparent watermark?
Replies: 21
Views: 11721

Re: how i could make better this command for detect a transparent watermark?

ok very thank you for your response; I am very grateful
by diegomage
2017-03-09T20:04:54-07:00
Forum: Users
Topic: how i could make better this command for detect a transparent watermark?
Replies: 21
Views: 11721

Re: how i could make better this command for detect a transparent watermark?

Adding more information to the post I would like to ask you another question for example in this image https://i.stack.imgur.com/hTSox.png this command output coords=$( compare -metric rmse -subimage-search -dissimilarity-threshold 1 dIsuln3.png \( -read-mask mask.png circle.png \) null: 2>&1 | ...
by diegomage
2017-03-09T20:04:15-07:00
Forum: Users
Topic: how i could make better this command for detect a transparent watermark?
Replies: 21
Views: 11721

Re: how i could make better this command for detect a transparent watermark?

Adding more information to the post I would like to ask you another question for example in this image https://i.stack.imgur.com/hTSox.png this command output coords=$( compare -metric rmse -subimage-search -dissimilarity-threshold 1 dIsuln3.png \( -read-mask mask.png circle.png \) null: 2>&1 | ...
by diegomage
2017-03-09T20:02:49-07:00
Forum: Users
Topic: how i could make better this command for detect a transparent watermark?
Replies: 21
Views: 11721

Re: how i could make better this command for detect a transparent watermark?

Adding more information to the post I would like to ask you another question for example in this image https://i.stack.imgur.com/hTSox.png this command output coords=$( compare -metric rmse -subimage-search -dissimilarity-threshold 1 dIsuln3.png \( -read-mask mask.png circle.png \) null: 2>&1 | ...
by diegomage
2017-03-09T18:50:40-07:00
Forum: Users
Topic: how i could make better this command for detect a transparent watermark?
Replies: 21
Views: 11721

Re: how i could make better this command for detect a transparent watermark?

The command that I publish is useful for detect 60% to 80% of watermark sometimes works perfectly with a hight intensity watermark
by diegomage
2017-03-09T18:45:58-07:00
Forum: Users
Topic: how i could make better this command for detect a transparent watermark?
Replies: 21
Views: 11721

Re: how i could make better this command for detect a transparent watermark?

I want to clarify that your command helped me a lot and I am very grateful for your answer only that I wanted to get something more general however that command helped me a lot I think summarizing this post The command that I publish could be useful to detect a point contained in the watermark The c...