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 ...
14
votes
6answers
5k views
Robust Face Detection in C/C++?
I'm looking for a robust face detection algorithm/library, preferably in C (C++ is okay too; other languages I can port if necessary). I've used OpenCV's implementation in the past, but I don't think ...
4
votes
1answer
239 views
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.
The image could have any resolution and the faces resolution could be as low as 10x10 or 15x15.
I am ...
3
votes
1answer
238 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 ...
1
vote
1answer
552 views
Cropping an image with a focus area (face) using ImageMagick
I'm struggling to find the right approach to resize and crop and image, with a focus area. In my case the focus area is a face detected in the image, and I need to make sure that this area is visible ...