Ask Your Question

phillity's profile - activity

2022-08-23 23:08:11 -0600 received badge  Popular Question (source)
2020-05-29 01:08:42 -0600 received badge  Popular Question (source)
2020-04-26 10:53:55 -0600 received badge  Notable Question (source)
2020-03-18 05:35:18 -0600 commented answer Differentiate between a face and a photo of a face using static images.

(2) becomes a video-based approach if the features of multiple sequential frames are used together in order to make a si

2020-03-18 05:25:47 -0600 commented answer Differentiate between a face and a photo of a face using static images.

Based on your description, something like (2) is what you're going to need. If you deal with static images you are going

2020-03-18 05:22:28 -0600 commented answer Differentiate between a face and a photo of a face using static images.

Based on your description, something like (2) is what you're going to need. If you deal with static images you are going

2020-03-17 11:04:20 -0600 edited answer Differentiate between a face and a photo of a face using static images.

If you google "face anti-spoofing" or "liveness detection," you will see many articles and research papers which try to

2020-03-17 11:03:07 -0600 edited answer Differentiate between a face and a photo of a face using static images.

If you google "face anti-spoofing" or "liveness detection," you will see many articles and research papers which try to

2020-03-17 10:34:14 -0600 edited answer Differentiate between a face and a photo of a face using static images.

If you google "face anti-spoofing" or "liveness detection," you will see many articles and research papers which try to

2020-03-17 10:32:17 -0600 edited answer Differentiate between a face and a photo of a face using static images.

If you google "face anti-spoofing" or "liveness detection," you will see many articles and research papers which try to

2020-03-17 10:29:43 -0600 edited answer Differentiate between a face and a photo of a face using static images.

If you google "face anti-spoofing" or "liveness detection," you will see many articles and research papers which try to

2020-03-17 10:29:43 -0600 received badge  Associate Editor (source)
2020-03-17 10:28:51 -0600 edited answer Differentiate between a face and a photo of a face using static images.

If you google "face anti-spoofing" or "liveness detection," you will see many articles and research papers which try to

2020-03-17 10:27:58 -0600 edited answer Differentiate between a face and a photo of a face using static images.

If you google "face anti-spoofing" or "liveness detection," you will see many articles and research papers which try to

2020-03-17 10:23:41 -0600 edited answer Differentiate between a face and a photo of a face using static images.

If you google "face anti-spoofing" or "liveness detection," you will see many articles and research papers which try to

2020-03-17 10:21:02 -0600 edited answer Differentiate between a face and a photo of a face using static images.

If you google "face anti-spoofing" you will see many articles and research papers which try to accomplish this task. The

2020-03-17 10:13:36 -0600 answered a question Differentiate between a face and a photo of a face using static images.

If you google "face anti-spoofing" you will see many articles and research papers which try to accomplish this task. The

2019-11-07 02:18:26 -0600 received badge  Famous Question (source)
2019-08-21 18:36:07 -0600 commented question Python - Facial Recognition

CVPR 2019 papers on this topic: http://openaccess.thecvf.com/content_CVPR_2019/papers/Liu_Deep_Tree_Learning_for_Zero-Sh

2019-08-03 17:14:16 -0600 commented answer how to classify a photoset

In addition to the ML course by Andrew Ng, I would also recommend his DL courses on Coursera. These DL courses (particul

2019-07-29 17:45:32 -0600 commented answer How to calculate face recognition rate and choose threshold when using LBPHFaceRecognizer in OpenCV

No, confidence should be a Euclidean distance. If you get a negative value that would be an indication there is somethin

2019-07-29 17:22:29 -0600 commented answer How to calculate face recognition rate and choose threshold when using LBPHFaceRecognizer in OpenCV

No, confidence should be a Euclidean distance. If you get a negative value that would be an indication there is somethin

2019-07-28 21:00:43 -0600 received badge  Nice Answer (source)
2019-07-28 15:42:59 -0600 commented answer How facemarkLBF work?

Ya I think the logic is correct. Since the facial bounding boxes are different, facial landmarks are found using differe

2019-07-28 14:43:07 -0600 commented answer How facemarkLBF work?

@LBerger Ya, unless the facial landmark points seem wrong or are really different, I would think it's okay The facial b

2019-07-28 14:42:21 -0600 commented answer How facemarkLBF work?

@LBerger Ya, unless the facial landmark points seem wrong or are really different, I would think it's okay The facial b

2019-07-26 11:46:32 -0600 commented question How to calculate face recognition rate and choose threshold when using LBPHFaceRecognizer in OpenCV

LBPHFaceRecognizer performs facial identification using KNN. LBPH is used to extract facial features. During predictio

2019-04-19 18:54:16 -0600 received badge  Commentator
2019-04-19 18:54:16 -0600 commented answer Face embeddings calculations dlib theory

@oja if you found the answer helpful, please upvote and accept it. Good luck!

2019-04-17 18:09:09 -0600 commented question Opencv.js facial recognition

In a facial authentication project I used opencv.js for accessing the user's camera and allowing users to take and submi

2019-04-13 10:05:18 -0600 commented question Module 'cv2' has no 'imread' member

In VS Code, press Ctrl+Shift+p, then make sure you have the correct python environment selected in which you installed O

2019-04-09 11:15:42 -0600 edited answer Facial Landmarks Meaning

When creating a facial landmark dataset, a researcher has to go through many facial images and use tools to annotate the

2019-04-09 11:12:55 -0600 answered a question Facial Landmarks Meaning

When creating a facial landmark dataset, a researcher has to go through many facial images and use tools to annotate the

2019-03-24 02:24:31 -0600 edited answer Face embeddings calculations dlib theory

Please see this webpage -- "The network training started with randomly initialized weights and used a structured metric

2019-03-24 02:06:54 -0600 answered a question Face embeddings calculations dlib theory

Please see this webpage -- "The network training started with randomly initialized weights and used a structured metric

2019-01-26 13:55:14 -0600 commented question How to calculate the head and body angle with respect to the camera?

I used this tensorflow code for head pose estimation a while back and it worked well for me

2019-01-22 18:02:13 -0600 commented question How align face?

Here is the aforementioned pyimagesearch link. It uses both OpenCV and Dlib

2019-01-19 13:43:16 -0600 received badge  Popular Question (source)
2019-01-19 12:45:12 -0600 marked best answer Round/Absolute Value each element of Mat

I am new to opencv and am trying to convert this line of matlab code to java using opencv 3.1:

  • user_feature_matrix_normalize = abs(round(user_feature_matrix.*100)); //matlab code

I think I figured out multiplication and this is what I have so far:

  • Mat user_feature_matrix_normalize = new Mat(); //java opencv code
  • Scalar alpha =new Scalar(100);
  • Core.multiply(user_feature_matrix, alpha, user_feature_matrix_normalize);

Are there any opencv functions I can use to round and take the absolute value of each element of the mat? Looking for any suggestions on how I should try to accomplish this

2019-01-19 12:44:15 -0600 received badge  Nice Answer (source)
2018-12-29 16:09:35 -0600 marked best answer Fingerprint Database

Hi everyone,

I am going to try to set up a fingerprint authentication system. I am looking for an openly available fingerprint database to use for feature extraction testing and authentication/rejection testing.

I have found a couple databases available online but they all only have one fingerprint for each subject (right thumb, right index, left index, etc.). This has posed me problems when trying to test authentication as there is no second fingerprint that a test fingerprint can be authenticated as. Can anyone point me to a database where each subject has multiple fingerprints for each finger?

2018-12-16 10:48:34 -0600 marked best answer Thumbprint Gabor Filtering, Orientation Map and Normalization

Hi everyone,

I have been working through the steps of fingerprint matching presented in an answer here: http://answers.opencv.org/question/63...

Some of the links provided in the answer are now dead and I cannot find examples online. I have figured out how to perform some steps, but there are a few I am struggling with.

For the blockwise gabor filtering, can someone provide me an example or the parameters I should use? (All the images I am using are size 388x374)

EDIT:

I have begun working on this again and made some progress. I have obtained the orientation map. I think there should be some way to improve my results though, as they don't seem as good as the result in the referenced answer.

Currently, I first perform CLAHE to increase image contrast. Then, I am obtaining the gradient magnitude and direction for each pixel. Next, I split the image into non-overlapping windows. I average the directions within each window to find the local direction for the windows and plot a corresponding lines. Is there some improvement I can make to this process to better my results? Is this the correct way to get "block-wise gradient direction" as the referenced answer states?

My next step will be to enhance the image using block-wise gabor filters. Should they be applied to each window using the window's average direction I found? Can anyone further explain the answer's step: "Enhance the normalize image by block-wise gabor filter according to block-wise orientation map then binarize the fingerprint"

Any tips will be very appreciated!

image description

2018-12-16 10:48:28 -0600 received badge  Nice Question (source)
2018-12-15 11:53:17 -0600 asked a question Initialize OpenCL Runtime

Initialize OpenCL Runtime Hi everyone I am making a web app which uses some OpenCV functions on the backend. The first

2018-12-06 08:25:27 -0600 answered a question How facemarkLBF work?

Here is the 2014 CVPR paper it is based on "Face alignment at 3000 fps via regressing local binary features"

2018-11-09 13:28:03 -0600 received badge  Nice Answer (source)
2018-11-09 11:24:23 -0600 received badge  Nice Answer (source)
2018-11-09 11:21:21 -0600 answered a question How does OpenCV face Recognizer Work?

First the training images are organized into a single training dataset matrix where each image is a single column/row (d

2018-11-05 10:35:17 -0600 answered a question FDA and LDA classification

LDA is just a generalization of FDA. See wiki link and stack exchange link. So yes, the final result should be the same

2018-11-01 08:34:09 -0600 commented question How to count a specific pixel number in "part of" image

You could try KMeans along with Connect Components