Skip to content

yixiu00001/faceRecognition

Repository files navigation

faceRecognition

faceRecognition with lbp and sift pca lda

|----------LDA train [./bin/facePro -d imageListPath ,typeListPath]------------|
|----------similar train [./bin/facePro -t imageListPath ,typeListPath]--------|
|----------PCA train [./bin/facePro -p imageListPath ]-------------------------|
|----------compute image [./bin/facePro -c image1Path ]------------------------|
|----------compute images [./bin/facePro -l imageListPath ]--------------------|
|----------compute similar [./bin/facePro -s imagePath1 imagePath2]------------|