Search found 62 matches

by galv
2015-06-03T21:54:08-07:00
Forum: Users
Topic: Getting blobs from similarly colored contours in grayscale image
Replies: 1
Views: 2447

Getting blobs from similarly colored contours in grayscale image

I want to get the staff lines position as individual blobs in either of these images: http://i.stack.imgur.com/7LJ25.png http://i.stack.imgur.com/V95Le.png Is this possible? Edit: The regions that I want to select are shown in this image (roughly, I selected them manually): http://i.imgur.com/4bpZLN...
by galv
2013-04-18T09:37:26-07:00
Forum: Users
Topic: Layering with different geometry
Replies: 8
Views: 8292

Re: Layering with different geometry

Thanks Fred.
What's the fastest way out of these (in processing time)?
by galv
2013-04-18T09:17:11-07:00
Forum: Users
Topic: Layering with different geometry
Replies: 8
Views: 8292

Layering with different geometry

I have: convert a.gif b.gif c.gif e.gif g.gif z.gif +append append.png convert a.gif b.gif c.gif e.gif g.gif z.gif -geometry south +append append.png => will apply geometry south to all images I want to apply different geometries on different images, how can I accomplish that? I want a b c z with &q...
by galv
2013-03-08T18:38:01-07:00
Forum: Users
Topic: create offset variants of original image
Replies: 3
Views: 5073

Re: create offset variants of original image

Example: http://ge.tt/58Q1SWa/v/0?c

first one is the original, rest are deviations.
by galv
2013-03-08T17:36:07-07:00
Forum: Users
Topic: create offset variants of original image
Replies: 3
Views: 5073

create offset variants of original image

I want to create several variations of a given image that have an offset in x or y. The resulting image's size should be 42x54 (this is the original's size also).
The variations should happen within the range in deviation given if possible. The background should be black.
How can this be done?
by galv
2013-01-03T18:20:44-07:00
Forum: Users
Topic: prepare embossed characters for ocr
Replies: 16
Views: 20816

Re: prepare embossed characters for ocr

Hello Anthony,

I meant a practical example, if you can..
by galv
2013-01-03T08:24:03-07:00
Forum: Users
Topic: prepare embossed characters for ocr
Replies: 16
Views: 20816

Re: prepare embossed characters for ocr

Happy new year guys! I'm resizing the samples to be the same size with the "ground truth" images (and they're also properly rotated). compare -ncc performs well on black and white ground truth images and -AE does well on sobel-like effect ground truth images. However both are not performin...
by galv
2012-12-22T19:19:04-07:00
Forum: Users
Topic: prepare embossed characters for ocr
Replies: 16
Views: 20816

Re: prepare embossed characters for ocr

Yes, maybe template matching would be a better fit for this problem.

However you got me lost with the FFT stuff. Can you please elaborate with some examples?
I skimmed through http://www.imagemagick.org/Usage/fourier/ . Are you referring to Fourier NCC like Fred's script?
by galv
2012-12-09T19:25:42-07:00
Forum: Users
Topic: prepare embossed characters for ocr
Replies: 16
Views: 20816

Re: prepare embossed characters for ocr

It's for an app like card.io .
by galv
2012-12-09T04:00:36-07:00
Forum: Users
Topic: prepare embossed characters for ocr
Replies: 16
Views: 20816

Re: prepare embossed characters for ocr

:( . Thanks anyway Fred.

Anthony, maybe you have an idea?
by galv
2012-12-07T22:35:54-07:00
Forum: Users
Topic: prepare embossed characters for ocr
Replies: 16
Views: 20816

Re: prepare embossed characters for ocr

It's at the bottom of the post, maybe you missed it?

edit: I reread what you wrote. Can't find the original for that one but here's another source one.
http://imageshack.us/a/img6/5190/numbers2.jpg
by galv
2012-12-07T19:25:16-07:00
Forum: Users
Topic: prepare embossed characters for ocr
Replies: 16
Views: 20816

prepare embossed characters for ocr

Hello, I'm trying to OCR information from a bank card. The problem is that it contains embossed numbers and that is not good for OCR. The image below is the closest I've gone but the characters contain holes. I can't just fill holes because they're not exactly complete holes. I've also tried several...
by galv
2012-07-30T10:56:05-07:00
Forum: Users
Topic: Detect if page is in frame
Replies: 1
Views: 3692

Detect if page is in frame

I want to scan some documents and I want to know when a page is "in the frame" of the camera. What I mean by this is the optimal distance from camera to page document (but without cutting any of the document). I want to run the detection program in a loop, so that the user calibrates the c...
by galv
2012-06-22T07:53:15-07:00
Forum: Users
Topic: Check if image contains text
Replies: 8
Views: 33774

Re: Check if image contains text

whugemann, I want to check whether the image contains mostly text. Like if a webcam is looking at a wall or at a book. Can you please give an example of checking the histogram like you say? anthony, I think that discerning the small disconnected objects in rows would take more time than doing OCR on...
by galv
2012-06-21T16:17:01-07:00
Forum: Users
Topic: Check if image contains text
Replies: 8
Views: 33774

Check if image contains text

I want to check if an image contains text. I know I can run OCR on it but I want it to be faster than that. If it contains text then it should OCR, if not it should discard the image.

Any ideas?