face-recognition

Face Recognition on Android

蓝咒 提交于 2019-11-26 22:02:54
I'm trying to develop a Face Recognition app on Android and since I don't want to use NDK on the project (simply don't have the time to switch), I'm sticking to develop the whole app with Java and therefor I'm having some problems : It seems the Contrib Module isn't included in OpenCV 2.4.2 . is there anyway to use it in the project ? I tried using JavaCV to use the Contrib Module's "FaceRecognizer" class. there are two classes available called "FaceRecognizer" & "FaceRecognizerPtr". does anybody know what the difference between these two is ? The classes mentioned above have a method called

Any library for face recognition in JavaScript? [closed]

穿精又带淫゛_ 提交于 2019-11-26 18:55:18
问题 I would like to know if someone know how to recognize a face using just JavaScript. I've heard of OpenCV and relatives but I want to process the face recognition at the client side (web app). Any ideas? 回答1: If you are looking to recognize where a face is in an image, as opposed to matching faces across multiple images, there is actually a library that does this in conjunction with HTML canvass. There is a demo on the developers site here. You can also download the source on github. In my

How can I perform facial recogntion on iOS?

余生颓废 提交于 2019-11-26 16:55:28
问题 I've started work on an application for iOS that would recognize faces from a photo or from the iPhone / iPad camera. Existing solutions like OpenCV and Core Image (in iOS 5.0) provide facial detection within an image, but I can't find a library or example that matches a face with a person. Does such a means of performing facial recognition, not just detection, exist for iOS? 回答1: On iOS 5 you can use CoreImage (CIDetector, CIFeature, CIFaceFeature should be named as the relevant keywords)

Face recognition API [closed]

我的梦境 提交于 2019-11-26 12:35:10
问题 Using Java Android, I am trying to find a way to do recognition of the face with camera given picture. Any ideas? Does anyone have any API suggestions? 回答1: Here are some links that I found on face recognition libraries. Android's FaceDetector.Face Tutorial: Implementing Face Detection in Android OpenCV Facerecog Image Identification links: Moodstocks Ltutech 回答2: You can try Microsoft's Face API. It can detect and identify people. learn more about face API here. 回答3: You use class media

Face recognition Library [closed]

丶灬走出姿态 提交于 2019-11-26 10:58:20
I'm looking for a free face recognition library for a university project. I'm not looking for face detection . I'm looking for actual recognition. That means finding images that contain specified faces or libraries that calculate distances between specific faces. I'm currently using OpenCV for detecting the faces and a rough Eigenface algorithm for the recognition. But I thought there should be something out there with better performance than a self-written Eigenface algorithm. I'm not talking about speed as performance, I'm looking for a library with better results than a simple Eigenface

Face Recognition on Android

时光总嘲笑我的痴心妄想 提交于 2019-11-26 09:08:20
问题 I\'m trying to develop a Face Recognition app on Android and since I don\'t want to use NDK on the project (simply don\'t have the time to switch), I\'m sticking to develop the whole app with Java and therefor I\'m having some problems : It seems the Contrib Module isn\'t included in OpenCV 2.4.2 . is there anyway to use it in the project ? I tried using JavaCV to use the Contrib Module\'s \"FaceRecognizer\" class. there are two classes available called \"FaceRecognizer\" & \

Face Detection in Android?

此生再无相见时 提交于 2019-11-26 05:23:18
问题 I am currently working on an experimental camera app. I\'m looking into implementing face detection at the moment and am currently weighing up my options. I have considered the OpenCV port available for Android and using their face detection functions, but from demos I have seen of previous implementations, the camera seems to lag a lot. Considering the camera on the HTC Desire has face detection support, I know it must be possible to get at least a semi-decent face detection system in place.

Face recognition Library [closed]

半城伤御伤魂 提交于 2019-11-26 03:28:50
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . I\'m looking for a free face recognition library for a university project. I\'m not looking for face detection . I\'m looking for actual recognition. That means finding images that contain specified faces or libraries that calculate distances between specific faces. I\'m currently using OpenCV for detecting the