face-detection
Face Detection in J2ME
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.[详细]
2023-04-12 18:55 分类:问答C++ face detection/recognition implementations
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[详细]
2023-04-08 15:48 分类:问答C# - Detect face and crop image
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.[详细]
2023-04-04 02:03 分类:问答Face Detection and Image combination
Today I encountered interesting issue. That\'s what I have: 2 images with humanoids on them (like human and orc image)[详细]
2023-04-02 12:05 分类:问答Why create your own Haar-classifier cascades?
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[详细]
2023-03-31 06:25 分类:问答OpenCV (CvHaarClassifierCascade*) cvLoad doesn't load, unable to load xml file
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.[详细]
2023-03-29 20:09 分类:问答Face detection algorithm for 15x15 pixels face?
I\'d like to know if you are aware of any algorithm to detect开发者_运维技巧 low-resolution faces in an image.[详细]
2023-03-28 14:20 分类:问答eye blink detection for iphone sdk
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[详细]
2023-03-28 11:05 分类:问答FaceDetect OpenCV2.1 sample, Access violation writing location 0x00000000
I try to run facedetect opencv sample with vs2010. debug result \"Unhandled exception at 0x53fa42bf in facedetect.exe: 0xC0000005: Access violation writing location 0x00000000.\"[详细]
2023-03-27 18:42 分类:问答slow face detection android
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[详细]
2023-03-27 18:25 分类:问答