Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (3)
Fingerprint Recognition Matlab Code
no vote
This program contains Matlab code for fingerprint recognition. The overall structure includes codes for fingerprint enhancement, orientation and ridge estimation, binary masking, and feature extraction.  The classification process finally classifies the input images to determine whether they belong to the same person or not. 
Ederman
2016-08-23
0
1
Facial Feature Extraction using Matlab
no vote
This code includes methods for detecting face region from input image, and locating eyes, nose and mouth sections. Respective parts are then marked with rectangles on the resulted output image to display. This is particularly useful for those who want to detect different parts of face and perform feature extraction using input frontal images.
Ederman
2016-08-23
0
1
Face Recognition Using EmguCV and Cognitec API
no vote
This program performs face recognition based on EmguCV and CognitecAPI. EmguCV is the C# framework of C++ based OpenCV library, which is widely used for computer vision. Cognitec develops algorithms for performing face recognition. The program first asks user to provide an id, then capture 10 images (which can be changed by the developer in the code behind) for training the classifier, then performs verification. The resemblance of trained image with test image is described by a score, which is normalized between 0 and 1. Please be make sure that:1. You create a folder named \'fir\' in your building directory, because the captured images are stored in that directory under the id name you provide.2. You have Cognitec related API.3. All other related dlls are contained in the file, if something is not working, please first check whether you are in debug mode or release mode, and make sure those dlls are in the correct folder. The code is written in a cl
Ederman
2016-08-23
0
1
No more~