2
votes
2answers
37 views
How are neural networks used when the number of inputs could be variable?
All the examples I have seen of neural networks are for a fixed set of inputs which works good for images and fixed length data. How do you deal with variable length data such sen …
0
votes
0answers
51 views
Downhill Simplex Method
Is it possible to use Downhill Simplex Method for template matching?Let's say I have 40 landmarks on the edges of an object and I have pixel intesities of normal vectors on these l …
1
vote
3answers
68 views
Algorithms for splitting personal names in parts
I'm looking for references on separating a name: "John A. Doe" in parts, first=John, middle=A., last=Doe. In Mexico we have paternal, maternal, first and second given names, and ca …
0
votes
4answers
52 views
How would you make a Windows application that conditionally blocks input?
You may have heard of PawSense, a Windows-only utility that prevents keystrokes from being entered when it believes there is a cat or other animal on the keyboard typing nonsense i …
4
votes
5answers
316 views
Simple object recognition
===SOLVED===
Thanks for your suggestions and comments. By working on the flood_fill algorithm given in Beginning Python Visualization book (Chapter 9 - Image Processing) I have im …
14
votes
12answers
673 views
What’s the best approach to recognize patterns in data, and what’s the best way to learn more on the topic?
A developer I am working with is developing a program that analyzes images of pavement to find cracks in the pavement. For every crack his program finds, it produces an entry in a …
1
vote
2answers
142 views
Recognizing patterns when drawing over the iPhone screen.
Hey.
I'm trying to write a game where the user can issue commands by drawing certain patters with his fingers..for example, if he draws a circle, an 'S' letter, an expiral, ect.
…
4
votes
4answers
367 views
Algorithm for Hand writing recognition
Hello ,
Is there any specific algorithm for handwriting recognition?
The algorithm should recognize the hand written letter.
Any one could help would be greatly appreciated in ad …
1
vote
2answers
188 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 …
0
votes
2answers
123 views
How was the Google Books’ Popular passages feature developed?
I'm curious if anyone understands, knows or can point me to comprehensive literature or source code on how Google created their popular passage blocks feature. However, if you know …
5
votes
6answers
276 views
How To: Pattern Recognition
I'm interested in learning more about pattern recognition. I know that's somewhat of a broad field, so I'll list some specific types of problems I would like to learn to deal with …
6
votes
5answers
310 views
How to find patterns (lines, circles,…) from a list of points?
I have a list of points. Each point being an x and y coordinate (both of which are integers). Now I'm trying to find known patterns, such as lines, arcs or circles, knowing that th …
4
votes
3answers
282 views
Can a perceptron be used to detect hand-written digits?
Let's say I have a small bitmap which contains a single digit (0..9) in hand writing.
Is it possible to detect the digit using a (two-layered) perceptron?
Are there other possibi …
1
vote
1answer
113 views
WPF InkCanvas - how to determine if it has been “signed”
I'm using a WPF InkCanvas control to capture signatures in a Tablet PC application.
One of my requirements is to validate whether or not the application has really been "signed". …
2
votes
5answers
266 views
detecting an object on the image based on geometrical form
i have a basic understanding in image processing and now studying in-depth the "digital image processing" by Gonzales, but have an urgent task and will appreciate help from somebod …
