0
votes
1answer
61 views
Python OCR library or handwritten character recognition engine
Could you recommend some python libraries or source code for OCR and handwritten character recognition?
1
vote
4answers
103 views
Finding most proper standard for image [Image recognition]
We have some examples of pictures.
And we have on input set of pictures. Every input picture is one of example after combination of next things
1) Rotating
2) Scaling
3) Cuttin …
3
votes
1answer
110 views
image to barcode recognition
Hello,
I know this has been discussed a few times on stackoverflow but I wasn't able to find a sufficient answer. For a project, I am seeking the best possible piece of software/ap …
1
vote
3answers
103 views
comparing images programmatically - lib or class
My objective is to supply 2 image files, and get a true/false response as to whether these 2 files could be the same (within an acceptable degree of certainty).
I realize this qu …
1
vote
3answers
305 views
Detect line segments in an image
I'm trying to detect line segments in an image.
From what I gather, the Hough algorithm detects lines but not segments.
Does anyone know of how I would go about this, or any libr …
1
vote
3answers
119 views
C++ image recognition library
I am trying to make a program to count colonies of bacteria using a camera. I will be writing it in C++ and need an image recognition library that is easy to setup. I will be using …
-1
votes
3answers
94 views
Has anyone ever programmed on image recognition by self? [closed]
Like identify the captcha characters,
What's the principle in it?
EDIT
I'm expecting someone with great mathematical background to talk about it just here,no link.
2
votes
1answer
50 views
how does data clustering help in image or pattern recognition
I have been playing around with different data clustering algorithms working on finding clusters between random data points represented an nodes, I keep reading that data clusterin …
4
votes
5answers
1k views
What algorithm to compare two images
Hello!
My task is pretty simply (well, it SOUNDS simple): given two different image file (in whatever format I choose), I need to write a program to predict the chance if one is t …
2
votes
5answers
432 views
Image Recognition Library
I wonder whether there is any competent image recognition library ( preferably open source) in .Net? I have an application that scans pages and documents in batches. In order to se …
1
vote
3answers
179 views
Extracting surveillance camera positions from streetview images
Related to my previous question, is there some realistic chance to extract surveillance camera positions out of google streetview pictures by means of computer vision algorithms? I …
1
vote
2answers
185 views
Starting semantic image recognition
How to recognize (in)appropriate images?
To facilitate, enable and easify photo and image moderation and administration targeting gae, I try get started with basic python image re …
10
votes
4answers
2k views
Are there any ‘ok’ Image Recognition libraries for .NET?
I want to be able to compare an image taken from a webcam to an image stored on my computer.
The library doesn't need to be one hundred percent accurate as it won't be used in an …
2
votes
1answer
153 views
Face recognition + Image morphing
Hello,
I am looking to create a site like photofunia.com where basically you can apply a large number of effects to an image. I am wondering if someone can guide me in the right d …
1
vote
3answers
203 views
Library for Image Recognition in Obj-C?
Hi there,
I'm looking for some library that will allow me to identify black dots on a white background. Preferably in C or objective-c.
Also, what keywords can I use in my search …
