学习Java的代码以及oj上ac的代码
基于mtcnn和mobilenet实现的人脸是否带眼镜的识别
FACE RECOGNITION ---------------- The Yale Face Database contains 165 grayscale images in GIF format of 15 individuals. There are 11 images per subject, one per different facial expression or configuration: center-light, w/glasses, happy, left-light, w/no glasses, normal, right-light, sad, sleepy, surprised, and wink. Your tasks are the following: 1. I have divided image into small blocks and extracted local binary patterns (LBP) from each block. Concatenated all LBP histograms to make a feature vector of an image. 2. Another feature vector is created out of gray levels of integral image. 3. Finally gray levels of image have been used as the last feature vector. 4. After Concatenating all feature vectors. I have Taken four images of each person for testing and the rest as training examples. 5. Using PCA to classify image for one-verses all classification scheme, i have shown results for few images that are selected randomly and reported the accuracy for all testing images using individual feature sets (gray level, integral, and LBP separately) and also for concatenated feature sets.
最近一年贡献:1 次
最长连续贡献:1 日
最近连续贡献:1 日
贡献度的统计数据包括代码提交、创建任务 / Pull Request、合并 Pull Request,其中代码提交的次数需本地配置的 git 邮箱是 Gitee 帐号已确认绑定的才会被统计。