Skip to main content

Questions tagged [recognition]

-1 votes
1 answer
187 views

I'm making a piece of software that is able to recognize Magic the Gathering Cards from a picture or the actual camera. The codebase scans for rectangular shapes (cards) in an image and calculates ...
Martin's user avatar
  • 21
1 vote
1 answer
2k views

I'm reading a paper and they use the term "discriminative power" in reference to a recognizer for road sign recognition. What exactly is discriminative power?
Voldemort's Wrath's user avatar
1 vote
0 answers
84 views

I am building a provisioning system, where other software/app/device/user would connect to it. I want a create a recognition mechanism so that I can identify the thing that is connecting to the system ...
Tapas Bose's user avatar
2 votes
1 answer
1k views

My friend asked me for help with his task: "Redeem a lattice parser with any programming language" - the problem is that he can't clearly explain me how the lattice parser should work. I've tried to ...
lukaszkups's user avatar
3 votes
2 answers
812 views

I have built a fairly robust program in c++ which tracks several points on a hand. It accurately quantifies the size of the palm, the center of the palm, and the fingertip locations among other hand ...
wprins's user avatar
  • 147
1 vote
2 answers
1k views

As the input, program would get a set of point (x,y), along with the time a certain point was drawn. (suppose on a tablet). Let's restrict ourselves to simple polygons. I implemented Hough transform,...
LeastSquaresWonderer's user avatar
2 votes
1 answer
12k views

I want to create a Virtual Keyboard that can catch whatever key you 'speak' and send the keystroke to the active application. The Virtual Keyboard part and linking it to Speech Recognition will be ...
SinByCos's user avatar
  • 121
16 votes
2 answers
51k views

Problem Description I am wanting to use voice recognition as part of a hardware project, which I would like to be completely self containing (I'm using small low power, low speed devices such as ...
Baldrick's user avatar
  • 363
5 votes
1 answer
790 views

From a written text by an author if a computer program analyses the text, how much can a computer program tell today about the author of some (long enough to be statistically significant) texts? Can ...
Niklas Rosencrantz's user avatar
2 votes
1 answer
155 views

I am developing an application where I am taking dynamic gestures as input and then mapping them to keyboard controls. By dynamic gesture, I mean for example hand moving from left to right or hand ...
Manuj's user avatar
  • 123
2 votes
1 answer
365 views

Several applications of this is text recognition (OCR), face recognition (biometrics), camera guided missiles (targetting systems). Each involves analyzing images and making out some object of ...
Chad Harrison's user avatar
6 votes
2 answers
2k views

I am trying to classify a set of images into grayscale or color groups. I have been using ImageMagic to do that, comparing the color image to a grayscale version of itself and then using the Peak ...
Sergio R.'s user avatar
21 votes
4 answers
31k views

I have over 10000 images which about 2000 are duplicates in other formats (as in JPEG, PNG, GIF). Both of these numbers are increasing every day. I need to delete those duplicates and for that I must ...
Aistis's user avatar
  • 313