The recognition tag has no wiki summary.
14
votes
10answers
619 views
Is it possible to get formal recognition of self-taught knowledge?
I like many others have spent a few of my High School years teaching myself software development and various languages.
I'm fluent in C++/C#
Have a fairly solid understanding of Computer Science ...
12
votes
5answers
1k views
How to know if two images are the same?
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 ...
11
votes
8answers
492 views
Freedom of Speech vs. Computer Security [closed]
Over the Summer I found a cookie put on my computer by the school's network that seemed like it could be a problem. It stored authentication information and (long story short) I found if you put in ...
5
votes
2answers
385 views
Image color/grayscale classification
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 ...
2
votes
4answers
796 views
Anyone knows good references for Machine Learning Algorithms and Image Recognition?
I need it for my thesis and for some reason I am having a hard time finding decent books or websites for it. My thesis topic is "Classification of Modern Art Paintings using Machine Learning ...
2
votes
1answer
110 views
Algorithm for deciding change in gesture
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 ...
2
votes
1answer
142 views
What branch of computing involves object recognition in images?
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 ...
1
vote
1answer
147 views
What resources are there for facial recognition [closed]
I'm interested in learning the theory behind facial recognition software so that I can hopefully implement it in the future. Not just face tracking, but being able to recognize individuals. What ...
0
votes
0answers
45 views
Extracting data point locations from a postscript/pdf plot [closed]
There are a number of tools available for manually extracting the x/y coordinates of points in a data plot, such as WebPlotDigitizer and digitize.
They work well when there are only a few ...