Tagged Questions
1
vote
1answer
540 views
Virtual Hair on Detected face using Emgu CV - C#
My current project has required me to learn face detection/tracking and image processing, given my experience in c#, I chose Emgu CV as my choice library for face detection and tracking. From what ...
0
votes
1answer
169 views
XNA, EmguCV and perfomance issue with webcam
I started working with EmguCV, but I stumble upon a performance issue trying to convert from the grabber's bitmap to a Texture2D
This is my code
private void FrameGrabber()
{
...
7
votes
2answers
4k views
Need Haar Casscades for Nose, Eyes & Lips(Mouth)
I need Haar Cascades xml files for Mouth, Eyes & Nose. Do provide me useful links.
Any kind of help would be highly appreciated.
4
votes
3answers
2k views
Improve face detection performances with OpenCV/EmguCV
I am currently using EmguCV (OpenCV C# wrapper) sucessfully to detect faces in real-time (webcam). I get around 7 FPS.
Now I'm looking to improve the performances (and save CPU cycles), and I'm ...
3
votes
1answer
2k views
EmguCV Cut Face+Neck Skin Only And Save New Image
In my app, I will input a human image and I want to get the face and neck only of that person as output in separate image. Example: Below image as input:(Source:http://www.fremantlepress.com.au)
...
10
votes
5answers
6k views
Face gender detection library [closed]
I'm looking for an SDK or library that can detect faces in a webcam stream, and detect gender. Free or paid, C++ or C# under Windows.
Any suggestions?