Tagged Questions
22
votes
5answers
4k views
Viola-Jones' face detection claims 180k features
I've been implementing an adaptation of Viola-Jones' face detection algorithm. The technique relies upon placing a subframe of 24x24 pixels within an image, and subsequently placing rectangular ...
16
votes
4answers
14k views
Face detection in java
Can anyone recommend a decent java library for face detection (recognition not required, just detection).
The library would preferably be pure java (e.g. no dependencies on other native libs, DLLs or ...
9
votes
3answers
930 views
Face detection in PHP
Does anybody know of a good way to do face detection in PHP? I came across some code here that claims to do this, but I can't seem to get it to work properly. I'd like to make this work (even though ...
7
votes
4answers
1k views
Face gender detection library
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?
6
votes
1answer
445 views
ActionScript Face Detection
I'm looking to get the edges of user's head when the user is in front of a web-cam. I tried googling but to no avail. Can someone point me to some ActionScript examples for the same ?
Peace \m/
5
votes
2answers
2k views
Delphi Components for Face Identification and Tagging
Are there any good components, free or commercial, available for Delphi (I use Delphi 2009) that will allow me to easily implement face detection and tagging of the faces in photos (i.e. ...
3
votes
1answer
236 views
Image processing - face wrinkles removal algorithm
everyone
I am currently doing a project in which i am trying to modify a picture of face such that the wrinkles on the face will be removed. Has anyone any clue how to do that? Any algorithm?
Thanks ...
2
votes
1answer
108 views
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.
I am doing a mobile application that involves taking a picture and ...
2
votes
2answers
250 views
Face Detection and Image combination
Hello ladies and gentlemen,
Today I encountered interesting issue.
That's what I have: 2 images with humanoids on them (like human and orc image)
That's what I have to do: combine them the way ...
2
votes
2answers
396 views
Matching two images
How can we match two images using Java. I want to make a face recognition application, that will store face of people at some location and then later will check whether a person is a member or not. If ...
1
vote
2answers
178 views
Face Detection with JAVA [closed]
I am planning to develop a web app which will detect faces in a jpeg image. I will use tomcat for deployment. I want help on how to proceed.
I dont want any code.
Just a flowchart of steps will do. I ...
0
votes
1answer
275 views
OpenCV facedetect example won't load cascade classifier xml
I'm working on a application that requires OpenCV object detection using Haar cascade classifier.
I'm using OpenCV 2.3.1 with VS2010 on a 64bit Windows Machine.
I compiled and built OpenCV myself and ...
0
votes
0answers
62 views
Image/Pattern Search In Images [Software Or Photoshop Plugin] [closed]
I am looking for software or plugin of Photoshop or CBIR or any other program, which should have some features.
I can select the face or piece of image and it should search the content in all ...
0
votes
3answers
288 views
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.
The problem is that I have pictures of my users taken ...
0
votes
1answer
185 views
Workflow to resize and crop an image weighted on coordinate
I'm working on a resize and crop workflow to allow images to be resized and then cropped to a specific size. Normally one resize the smallest dimension to fit the destination size, and then crop to ...
0
votes
4answers
376 views
How to use the VGA camera as a optical sensor?
I am designing an information kiosk which incorporates a mobile phone hidden inside the kiosk.
I wonder whether it would be possible to use the VGA camera of the phone as a sensor to detect when ...
-3
votes
0answers
32 views
face metrics in PHP [closed]
I want to get some measurement info of faces in an image.
So the (open source or free) library should be able to detect faces in the image and get the height and width of the face [in pixel]. Is ...