Top "Pattern-recognition" questions

Pattern recognition is the term given to the science of automating the classification of input into pre-determined categories, or on the other hand, of being able to recognise particular categories of input by their characteristics.

Finding repeating patterns/images in images

I've been looking around for some papers (or info) on this topic. To avoid a misunderstanding: I'm not talking about …

image-processing computer-vision image-recognition pattern-recognition
Ways to calculate similarity

I am doing a community website that requires me to calculate the similarity between any two users. Each user is …

statistics social-networking data-mining pattern-recognition similarity
White blob detection

I'm trying to use AForge.NET to detect a thick white line across an Image. It's like pipe that I …

c# .net image pattern-recognition aforge
How would you group/cluster these three areas in arrays in python?

So you have an array 1 2 3 60 70 80 100 220 230 250 For a better understanding: How would you group/cluster the three areas in arrays in …

python cluster-analysis data-mining pattern-recognition
Java String Pattern Recognition

I have a string that is about a thousand characters long composed of L's, T's, and A's. I'm pretty sure …

java pattern-recognition
matching jigsaw puzzle pieces

I have nothing useful to do and was playing with jigsaw puzzle like this: alt text http://manual.gimp.org/…

image pattern-recognition
vlfeat matlab error Attempt to execute SCRIPT vl_imsmooth as a function:

I am trying to use the VLFEAT function vl_imsmooth but matlab gives me an error: 'Attempt to execute SCRIPT …

computer-vision matlab pattern-recognition
Best way to recognize characters in screenshot?

What would you recommend for recognizing all characters from a screenshot? The screenshot is perfectly clear (only black text on …

fonts ocr tesseract pattern-recognition
What should be taken as m in m estimate of probability in Naive Bayes

What should be taken as m in m estimate of probability in Naive Bayes? So for this example what m …

machine-learning pattern-recognition naivebayes