This is my first time on stackoverflow asking questions so I will try my best to describe what I want to the best of my ability.
I\'d have thought that google could answer this question, but I\'ve not had much luck. Does anyone kn开发者_如何学Cow of any open source C++ implementations of any face detection algorithms other th
I\'m writing a HttpHandler in C# which serves resized images and blah blah blah... No troubles, we have millions of handlers to use as reference.
Today I encountered interesting issue. That\'s what I have: 2 images with humanoids on them (like human and orc image)
I found this tutorial on creating your own haar-classifier cascades. This raised the question with me: what are the advantages, if 开发者_运维百科any, of running HaarTraining, and creating your own c
I\'m trying face detection using OpenCv 2.3. My trying to load "haarcascade_frontalface_alt_tree.xml" on my project, I\'m constantly unable to load the xml file.
I\'d like to know if you are aware of any algorithm to detect开发者_运维技巧 low-resolution faces in an image.
Now that face detection is possible with ios 5, i am just wondering is it also possible to detect blinking eyes? I read the frameworks, but i just got methods for getting the position of eyes. Also, i
I try to run facedetect opencv sample with vs2010. debug result \"Unhandled exception at 0x53fa42bf in facedetect.exe: 0xC0000005: Access violation writing location 0x00000000.\"
Hi my face detection thread is working too slow, I call this thread from onPreviewFrame only if the thread is not working else i just skip the call and after the thread detect face i call onDraw insid