Lauszus / FaceRecognitionApp

Face Recognition Android App
GNU General Public License v2.0
504 stars 238 forks source link

Need to remove the fisherfaces #35

Closed javdi closed 5 years ago

javdi commented 5 years ago

Hello sir, Can you provide me the app which only has eigenfaces and not the fisherfaces, please sir I need to show it to the college, as iam doing a project over it, please sir I need a app only does eigenfaces and it's source code

Lauszus commented 5 years ago

Simply comment out the RadioGroup at these lines:

https://github.com/Lauszus/FaceRecognitionApp/blob/0cdb1dbb8159fe43170b2ca66ae62c63634785a7/app/src/main/res/layout/activity_face_recognition_app.xml#L39-L59

and the comment out the following code:

https://github.com/Lauszus/FaceRecognitionApp/blob/0cdb1dbb8159fe43170b2ca66ae62c63634785a7/app/src/main/java/com/lauszus/facerecognitionapp/FaceRecognitionAppActivity.java#L297-L329

And then hardcode the useEigenfaces variable:

useEigenfaces = True
Pittu7 commented 5 years ago

Hello Javdi Can I please know how did you do this: _And then hardcode the useEigenfaces variable:

useEigenfaces = True_